.account .form-center {
    width: 420px;
    margin: 0 auto;
}

.account .text-center {
    text-align: center;
}

.account .btn {
    width: 100%;
}

.account .top-1 {
    margin-top: 10px;
}

.account label {
    font-weight: 400;
}

.account .blue--text {
    color: #00A6FF;
}

.account .form-top {
    border-bottom: none;
}

.account .form-bottom, .account input[type="text"], .account input[type="tel"], .account input[type="email"], .account input[type="password"], .account textarea, .account select.form-control, .account textarea.form-control {
    background-color: transparent;
    color:#000 !important;
}

.account .input[type="text"]:focus, textarea:focus, textarea.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)
}

.account button.btn:before {
    position: relative;
}

.account .custom-icon-buton {
    font-size: 37px;
    position: absolute;
    left: 11px;
}

.custorm-eye {
    position: absolute;
    right: 15px;
    top: 10px;
    cursor: pointer;
}

.custorm-muti-lang {
    margin-top: -200px !important;
    margin-bottom: 50px;
}

    .custorm-muti-lang .dropdown-menu {
        top: 22px !important;
        left: 530px !important;
    }

.flaticon-down-arrow:before {
    font-size: 14px !important;
}

h1, h2 {
    font-size: 30px;
}

.font-weight-300 {
    font-weight: 300;
}

.form-control-label {
    font-weight: 300;
    color: #535353;
}

.blue-twin, .blue-twin:hover, .blue-twin:focus {
    color: #3b5998;
}

.black-twin, .black-twin:hover, .black-twin:focus {
    color:dimgray; font-weight:500;
}

.background-color-twin {
    background-color: #409ce9;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    top: 85% !important;
}

.select2-container .select2-selection--single {
    height: 51px !important;
}

    .select2-container .select2-selection--single .select2-selection__rendered {
        padding-top: 10px;
        padding-left: 20px !important;
    }

.select2-container--default .select2-selection--single {
    border-color: #e1e1e1 !important;
}

.guide-activate-bottom {
    color: #00A6FF;
    margin-top: -10px;
    margin-bottom: -10px;
    text-align: left;
    padding-left: 25px;
    display: none;
}

.text-red {
    color: red;
}

.inline-block {
    display: inline-block
}

.margin-top-10 {
    margin-top: 10px;
}
.content-home {
    padding-bottom: 20px;
    margin: 0 auto
}
@media screen and (max-width: 768px) {

}
@media (min-width: 320px) and (max-width: 480px) {
    .account .form-center {
        width: 345px;
    }
    #signin, #password, #name{
        width: 90%;
    }
    #eye{
        margin-right: 7%;
    }
    #app{
        margin-left: -10px;
    }
    #forgotpass{
        margin-right: 10%;
    }
}

