﻿
table {
    background: #fff;
}

th, td {
    padding: 10px;
    color: #000;
}

table tr th {
    background: #fff;
    font-weight: 400;
    color: #404040;
}

.center {
    text-align: center;
}

.wrap {
    overflow: hidden;
    width: 100%;
    max-width: 500px;
    padding: 15px 50px;
    margin: 20px auto 50px;
    border: solid #ddd;
    font-size: 14px;
    border-width: 1px 1px 3px;
}

    .wrap h3 {
        font-weight: 500 !important;
        border-bottom: 2px solid #D7D7D7 !important;
        padding-bottom: 10px;
        text-transform: uppercase;
        background: none !important;
        font-size: 24px !important;
    }

    .wrap h4 {
        text-transform: uppercase;
        text-align: center;
    }

.form-group {
    margin: 20px 0;
    position: relative;
}

a {
    text-decoration: none !important;
}

.form-group a {
    color: var(--mcolor);
    text-decoration: none;
}

    .form-group a:hover {
        color: #ffca51;
    }

.form-control {
    width: 100%;
    background-color: #f5f5f5;
    padding: 0 10px;
    height: 38px;
    border: 0;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

    .form-control:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    }

.btn-new {
    display: inline-block;
    padding: 6px 30px;
    font-size: 17px !important;
    background: var(--mcolor);
    color: #fff !important;
    transition: all 0.5s ease;
}

    .btn-new:hover {
        color: #fff !important;
        background: #f27026;
    }

.btn_login {
    text-align: center;
}

    .btn_login button:hover {
        color: #fff;
    }

.fa {
    position: absolute;
    margin-left: 10px;
    margin-top: 10px;
    font-size: 16px;
    color: #b0b0b0;
}

.box-login {
    float: left;
    width: 100%;
    text-align: center;
}

.box-regis {
    float: right;
    width: 45%;
}

h4, .h4 {
    font-size: 18px;
}

.btn-social {
    width: 100%;
    position: relative;
    padding: 8px 12px 8px 44px !important;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

    .btn-social .fa {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        margin: 0;
        width: 32px;
        line-height: 34px;
        font-size: 1.6em;
        text-align: center;
        border-right: 1px solid rgba(0,0,0,0.2);
        color: #fff;
    }

.btn-facebook {
    color: #fff;
    background-color: #3b5998;
    border-color: rgba(0,0,0,0.2);
}

    .btn-facebook:hover, .btn-facebook:focus,
    .btn-facebook:active {
        color: #fff;
        background-color: #2d4373;
        border-color: rgba(0,0,0,0.2);
    }

.btn-google {
    color: #fff;
    background-color: #dd4b39;
    border-color: rgba(0,0,0,0.2);
}

    .btn-google:hover, .btn-google:focus,
    .btn-google:active {
        color: #fff;
        background-color: #c23321;
        border-color: rgba(0,0,0,0.2);
    }
/*-----------ACCOUNT---------*/
.account-layout {
    display: flex;
}

.account-sidebar {
    width: 250px;
    margin-right: 17px;
}

.account-avatar {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding-left: 7px;
    margin: 0px 0px 12px;
}

    .account-avatar img {
        width: 45px;
        margin: 0px 12px 0px 0px;
        border-radius: 50%;
        box-shadow: 0px 0px 4px 0px #e4dddd;
    }

    .account-avatar .acccount-name {
        flex: 1 1 0%;
        font-size: 13px;
        line-height: 15px;
        color: rgb(51, 51, 51);
        font-weight: 300;
    }

        .account-avatar .acccount-name span {
            font-size: 16px;
            line-height: 19px;
            font-weight: 400;
            display: block;
            margin: 4px 0px 0px;
        }

.account-nav a {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding: 7px 18px;
    color: rgb(74, 74, 74);
}

    .account-nav a svg, .account-nav a .icon {
        width: 24px;
        height: 24px;
        margin: 0px 22px 0px 0px;
        font-size: 24px;
        color: rgb(155, 155, 155);
    }

    .account-nav a:hover, .account-nav a:active, .account-nav a:focus, .account-nav a.is-active {
        background-color: rgb(236, 236, 236);
        color: rgb(0, 0, 0);
    }

.account-display {
    flex: 1 1 0%;
}

.account-heading {
    font-size: 19px;
    line-height: 21px;
    font-weight: 300;
    margin: 20px 0px 15px;
}

.account-info {
    /* background-color: rgb(241, 241, 241); */
    padding: 30px 20px;
    border-radius: 4px;
    color: #fff;
    /* text-align: center; */
}

    .account-info .form {
        width: 600px;
        margin: 0 auto;
    }

    .account-info .account-form-control {
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        margin: 0px 0px 15px;
    }

.account-form-control .input-label {
    width: 110px;
    min-width: 110px;
    font-size: 13px;
    color: rgb(255 255 255);
}

.account-form-control > div {
    display: flex;
    flex: 1 1 0%;
    position: relative;
}

.account-form-control input {
    flex: 1 1 0%;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s, -webkit-box-shadow 0.15s ease-in-out 0s;
    border: 1px solid rgb(204, 204, 204);
    border-radius: 4px;
    height: 34px;
    padding: 6px 12px;
    line-height: 34px;
    outline: none;
}

    .account-form-control input:read-only {
        background: #eaeaea;
    }

.account-form-control .rbtn {
    width: 75px;
    display: flex;
    align-items: center;
    margin-right: 20px;
}

    .account-form-control .rbtn input {
        margin-right: 10px;
        height: 25px;
    }

.account-form-control .tick-changepass > label {
    display: flex;
    align-items: center;
}

.account-form-control .tick-changepass input {
    width: 17px;
    margin-right: 10px;
}

.account-verify {
    flex: 0 0 15% !important;
}

.btn-save-info {
    margin-top: 20px;
}

@media screen and (max-width: 480px) {
    .account-info {
        padding: 20px 10px;
    }

    .account-sidebar {
        display: none;
    }

    .account-display, .account-info .form {
        width: 100%;
    }

    .wrap {
        max-width: 100%;
    }

    .box-login, .box-regis {
        float: none;
        width: 100%;
        overflow: hidden;
        text-align: center;
    }

    .box-regis {
        border-top: 1px solid;
        padding-top: 20px;
        margin-top: 20px;
    }
}
