body{
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #505152;
    font-weight: 500;
    background-color: #f5f5f5;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] {
    -moz-appearance:textfield;
}
audio{
    width: 100%;
    outline: none;
}
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="checkbox"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
    border-color: rgba(155, 208, 39, 0.7) !important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(155, 208, 39, 0.2) !important;
    outline: 0 none !important;
}
button{
    background-color: #9bd027!important;
    border: 1px solid #9bd027!important;
}
button:active{
    box-shadow: 0 0 0 2px #84b121 !important;
}
button:focus{
    box-shadow: 0 0 0 2px #84b121 !important;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] {
    -moz-appearance: textfield;
}
a{
    color: #9bd027;
}
a:hover{
    color: #749a1d;
}
.question-video{
    width: 170px;
    height: 100px;
}
.bg-new{
    background-color: rgba(0, 226, 0, 0.05);
}
.auth-page{
    margin-top: 50px;
    margin-bottom: 50px;
    background-color: #f5f5f5;
    display: flex;
    align-items: center;
}
.auth-page .row{
    display: flex;
    justify-content: center;
}
.auth-form{
    background-color: #fff;
    padding: 30px 55px;
    border: 2px solid #9bd027;
    border-radius: 25px;
    text-align: center;
    box-shadow: 0 1rem 3rem rgba(0,0,0,.375);
}
.auth-form .logo{
    margin-bottom: 25px;
}
.auth-form .logo img{
    width: 100px;
}
.auth-form h4{
    font-weight: 700;
    margin-bottom: 25px;
}
.auth-form .auth-field{
    position: relative;
}
.auth-form .auth-field input{
    margin: 30px 0;
    height: 50px;
    border-radius: 35px;
    border: 2px solid #9bd027;
    padding-left: 65px;
}
.auth-form .auth-field span{
    position: absolute;
    top: 14px;
    left: 20px;
}
.auth-form .auth-field span img{
    width: 25px;
}
.auth-form .auth-action button{
    height: 50px;
    border-radius: 25px;
    font-weight: 700;
    font-size: 20px;
    background-color: #9bd027;
}
.auth-form .auth-forgot a {
    color: #505152;
    text-decoration: none;
    border-bottom: 1px solid #505152;
    font-weight: 500;
}
.auth-page ul li{
    text-align: left;
}
.register-field h6{
    text-align: center;
}
.register-field h6 a{
    color: #9bd027;
    font-weight: 700;
}

.auth-check-forgot{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.auth-check-forgot input{
    width: 1px!important;
    height: 1px!important;
    margin: 0!important;
    outline: none!important;
    text-decoration: none!important;
}
.checkbox {
    padding-left: 10px;
}
.checkbox label {
    display: block;
    vertical-align: middle;
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    line-height: 1;
    text-align: left;
}
.checkbox label::before {
    content: "";
    top: -5px;
    display: inline-block;
    position: absolute;
    width: 25px;
    height: 25px;
    left: 0;
    margin-left: -10px;
    border: 2px solid #cccccc;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    border-radius: 50%;
    outline: none!important;
}
.checkbox label::after {
    display: inline-block;
    position: absolute;
    width: 24px;
    height: 24px;
    left: 3px;
    top: -1px;
    margin-left: -11px;
    padding-left: 3px;
    padding-top: 1px;
    font-size: 16px;
    color: #555555;
    outline: none!important;
}
.checkbox input[type="checkbox"],
.checkbox input[type="radio"] {
    opacity: 0;
    z-index: 1;
}
.checkbox input[type="checkbox"]:focus + label::before,
.checkbox input[type="radio"]:focus + label::before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.checkbox input[type="checkbox"]:checked + label::after,
.checkbox input[type="radio"]:checked + label::after {
    font-family: "FontAwesome";
    content: "\f00c";
}
.checkbox input[type="checkbox"]:disabled + label,
.checkbox input[type="radio"]:disabled + label {
    opacity: 0.65;
}
.checkbox input[type="checkbox"]:disabled + label::before,
.checkbox input[type="radio"]:disabled + label::before {
    background-color: #eeeeee;
    cursor: not-allowed;
}
.checkbox.checkbox-circle label::before {
    border-radius: 50%;
}
.checkbox.checkbox-inline {
    margin-top: 0;
}

.checkbox-primary input[type="checkbox"]:checked + label::before,
.checkbox-primary input[type="radio"]:checked + label::before {
    background-color: #337ab7;
    border-color: #337ab7;
}
.checkbox-primary input[type="checkbox"]:checked + label::after,
.checkbox-primary input[type="radio"]:checked + label::after {
    color: #fff;
}

.checkbox-danger input[type="checkbox"]:checked + label::before,
.checkbox-danger input[type="radio"]:checked + label::before {
    background-color: #ed1b24;
    border-color: #ed1b24;
}
.checkbox-danger input[type="checkbox"]:checked + label::after,
.checkbox-danger input[type="radio"]:checked + label::after {
    color: #fff;
}

.checkbox-info input[type="checkbox"]:checked + label::before,
.checkbox-info input[type="radio"]:checked + label::before {
    background-color: #5bc0de;
    border-color: #5bc0de;
}
.checkbox-info input[type="checkbox"]:checked + label::after,
.checkbox-info input[type="radio"]:checked + label::after {
    color: #fff;
}

.checkbox-warning input[type="checkbox"]:checked + label::before,
.checkbox-warning input[type="radio"]:checked + label::before {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}
.checkbox-warning input[type="checkbox"]:checked + label::after,
.checkbox-warning input[type="radio"]:checked + label::after {
    color: #fff;
}

.checkbox-success input[type="checkbox"]:checked + label::before,
.checkbox-success input[type="radio"]:checked + label::before {
    background-color: #9bd027;
    border-color: #9bd027;
}
.checkbox-success input[type="checkbox"]:checked + label::after,
.checkbox-success input[type="radio"]:checked + label::after {
    color: #fff;
}

.checkbox.checkbox-sm label::before {
    width: 30px;
    height: 30px;
    top: -13px;
}
.checkbox.checkbox-sm label::after {
    width: 30px;
    height: 30px;
    padding-left: 4px;
    font-size: 20px;
    left: 1px;
    top: -13px;
}
.checkbox.checkbox-sm label {
    padding-left: 18px;
    top: 13px;
}
.checkbox.checkbox-md label::before {
    width: 34px;
    height: 34px;
    top: -17px;
}
.checkbox.checkbox-md label::after {
    width: 34px;
    height: 34px;
    padding-left: 4px;
    font-size: 24px;
    left: 1px;
    top: -18px;
}
.checkbox.checkbox-md label {
    padding-left: 22px;
    top: 17px;
}
.checkbox.checkbox-lg label::before {
    width: 46px;
    height: 46px;
    top: -28px;
}
.checkbox.checkbox-lg label::after {
    width: 46px;
    height: 46px;
    padding-left: 4px;
    font-size: 36px;
    left: 1px;
    top: -31px;
}
.checkbox.checkbox-lg label {
    padding-left: 34px;
    top: 32px;
}
input[type="checkbox"].styled:checked + label:after,
input[type="radio"].styled:checked + label:after {
    font-family: 'FontAwesome';
    content: "\f00c";
}
input[type="checkbox"] .styled:checked + label::before,
input[type="radio"] .styled:checked + label::before {
    color: #fff;
}
input[type="checkbox"] .styled:checked + label::after,
input[type="radio"] .styled:checked + label::after {
    color: #fff;
}
.policy-page{
    padding: 20px 20px 50px 20px;
}
.policy-page .row{
    display: flex;
    justify-content: center;
}
.policy-page h3{
    text-align: center;
}
.policy-page .card{
    background-color: #fff;
    border-radius: 25px;
    padding: 25px;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
.notauth-lang{
    position: absolute;
    top: 10px;
    right: 10px;
}
.notauth-lang ul{
    padding: 0;
    margin: 0;
}
.notauth-lang ul li{
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 2px solid transparent;
    list-style-type: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.notauth-lang .curent{
    border: 2px solid #9bd027;
}
.notauth-lang .curent a{
    color: #9bd027;
}
.notauth-lang a{
    color: #444444;
    text-decoration: none;
    font-weight: 600;
}
.auth-checkbox{
    display: flex;
}
