/* Create a custom checkbox */
input.choosebox:checked+label {
    color: #4366ac !important;
}

#chkaccept,
#subscribe {
    position: relative;
    right: 15px;
}

.checkmark {
    position: absolute;
    top: 7px;
    left: 0;
    height: 20px;
    width: 20px;
    border-radius: 3px;
}

/* On mouse-over, add a grey background color */
input~.checkmark {
    background-color: #fff;
    border: 1px solid #ccc;
}

/* When the checkbox is checked, add a blue background */
input:checked~.checkmark {
    background-color: #4366ac;
    border: 1px solid #4366ac;
}

input[type="checkbox"]:checked {
    background-color: #fff;
    border: 1px solid #ccc;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
input:checked~.checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkmark:after {
    left: 7px;
    top: 4px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.field-icon {
    float: right;
    margin-left: -25px;
    margin-top: -35px;
    position: relative;
    z-index: 2;
    font-size: 18px;
}

.password_text::placeholder {
    color: #999 !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    transition: 0.2s ease all !important;
}

.password_text {
    color: #999 !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    transition: 0.2s ease all !important;
}

.regis-inputText {
    height: 50px;
    margin: auto;
    border-radius: 4px;
    border: 1px solid #ccc;
    padding-left: 10px;
    padding-top: 20px;
    color: #4f3e2a;
    font-weight: 600;
}

input:placeholder-shown+.regis-form-control-placeholder {
    position: absolute;
    pointer-events: none;
    left: 11px;
    text-align: center;
    top: 16px;
    color: #999;
    font-size: 14px;
    font-weight: 400;
    transition: 0.2s ease all;
}

input+.regis-form-control-placeholder,
.form-control:focus+.regis-form-control-placeholder {
    position: absolute;
    top: 6px;
    bottom: 10px;
    left: 11px;
    font-size: 12px;
    font-weight: 400;
    opacity: 1;
    color: #999;
}

.txtg {
    color: #223445;
    font-size: 26px;
    font-weight: 800;
    /*letter-spacing: 1.5px;*/
}

.txty {
    color: #53b9e6;
    font-size: 26px;
    font-weight: 800;
    /*letter-spacing: 1.5px;*/
}

.birthday_left {
    width: 25%;
    height: 40px;
    border-radius: 3px 0px 0px 3px;
}

.birthday_center {
    width: 25%;
    height: 40px;
    margin-left: -1px;
}

.birthday_right {
    width: 50%;
    height: 40px;
    border-radius: 0px 3px 3px 0px;
    margin-left: -1px;
}

.birthday_day {
    font-weight: 400 !important;
}

.img_or_login {
    height: 59vh;
    background: url(/assets/theme/default/images/line.jpg) no-repeat center center;
}

@media only screen and (min-width: 1401px) {
    .img_or_login {
        height: 59vh;
    }

    .txt_or_login h5 {
        font-size: 22px;
        color: #aeaeae;
    }

    #register .social-login-box {
        padding-top: 38%;
    }
}

@media only screen and (max-width: 1400px) {
    .img_or_login {
        height: 63vh;
    }

    .txt_or_login h5 {
        font-size: 22px;
        color: #aeaeae;
    }

    #register .social-login-box {
        padding-top: 38%;
    }
}

@media only screen and (max-width: 1366px) {
    .img_or_login {
        height: 72vh;
    }

    .txt_or_login h5 {
        font-size: 22px;
        color: #aeaeae;
    }

    #register .social-login-box {
        padding-top: 38%;
    }
}

@media only screen and (max-width: 1280px) {
    .img_or_login {
        height: 54vh;
    }

    .txt_or_login h5 {
        font-size: 22px;
        color: #aeaeae;
    }

    #register .social-login-box {
        padding-top: 38%;
    }
}

@media only screen and (max-width: 1024px) {
    .img_or_login {
        /*height: 43vh; */
        height: 73vh;
    }

    .txt_or_login h5 {
        font-size: 22px;
        color: #aeaeae;
    }

    #register .social-login-box {
        padding-top: 4%;
        text-align: center;
    }

    #Regis .btnfacebook,
    #Regis .btngoogle {
        width: 100%;
    }
}


.select2-dropdown .select2-search__field:focus,
.select2-search--inline .select2-search__field:focus {
    outline: none;
    border: 1px solid #3c8dbc;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #FFFFFF;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #a94442;
    border-color: #801e1c;
    border-radius: 0px;
    padding: 1px 10px;
    color: #fff;
}

.select2-selection--multiple {
    display: block;
    width: 100%;
    height: auto;
    /*height: 34px;*/
    /*padding: 6px 12px;*/
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc !important;
    border-radius: 0px !important;
    -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;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    display: block;
    width: 100%;
    height: auto;
    /*height: 34px;*/
    /*padding: 6px 12px;*/
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc !important;
    border-radius: 0px !important;
    -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;
}

.color-red{
    color: red;
}