.log_regis .form_control {
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    font-size: 15px;
}

.form_control {
    height: 52px !important;
    background: transparent !important;
    color: #000000 !important;
    font-size: 18px;
    border-radius: 0px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-weight: 400;
    line-height: 1.5;
    border: 1px solid #aaa;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.log_reg_head {
    text-align: center;
}

.log_reg_head img {
    width: 350px;
}

.form_submit {
    background: #dbcc8f;
    border: 1px solid #dbcc8f;
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    -webkit-box-shadow: 0px 24px 36px -11px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0px 24px 36px -11px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 24px 36px -11px rgba(0, 0, 0, 0.09);
    padding: 5px 25px;
}

.form_submit:hover {
    background: #000;
    border: 1px solid #dbcc8f;
}

.sub_check,
.sub_check1 {
    margin: 0px 0;
    text-align: left;
}

.sub_check h4,
.sub_check1 h4 {
    font-size: 15px;
    font-weight: 600 !important;
    text-decoration: underline;
    color: #000;
}

.sub_check label,
.sub_check1 label {
    position: relative;
    margin-bottom: 0;
}

.sub_check1 label {
    display: block;
    margin-bottom: 0px;
}

.sub_check input,
.sub_check1 input {
    position: absolute;
    top: 8px;
    line-height: unset;
}

.sub_check1 input {
    top: 4px;
}

.sub_check p,
.sub_check1 p {
    margin-top: 2px;
    margin-left: 20px;
    margin-bottom: 0;
    font-size: 13px;
    line-height: unset;
    color: #000;
}

.sub_check a,
.sub_check1 a {
    color: #009CFF;
}

.sub_check a:hover,
.sub_check1 a:hover {
    color: #000;
}


/* ======= Start Captcha ======= */

.captcha {
    background-color: transparent;
    border: 1px solid #aaa;
    border-radius: 2px;
    color: #4c4a4b;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 55%;
}

.text_cap {
    font-size: 12px;
    font-weight: 700;
    margin-right: 1em;
}

.spinner {
    position: relative;
    width: 20px;
    height: 20px;
    display: flex;
    margin: 10px 10px 0px 5px;
    align-items: center;
    justify-content: center;
}

.spinner input[type="checkbox"] {
    position: absolute;
    z-index: -1;
    margin: 1px 0 0 -7px;
    display: none;
}

.spinner input[type="checkbox"]+.checkmark {
    display: inline-block;
    width: 15px;
    height: 15px;
    background-color: transparent;
    border: 2.5px solid #c3c3c3;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.spinner input[type="checkbox"]+.checkmark span {
    content: '';
    position: relative;
    margin-top: -3px;
    transform: rotate(45deg);
    width: .75em;
    height: 1.2em;
    opacity: 0;
}

.spinner input[type="checkbox"]+.checkmark>span:after {
    content: '';
    position: absolute;
    display: block;
    height: 3px;
    bottom: 0;
    left: 0;
    background-color: #029f56;
}

.spinner input[type="checkbox"]+.checkmark>span:before {
    content: '';
    position: absolute;
    display: block;
    width: 3px;
    bottom: 0;
    right: 0;
    background-color: #029f56;
}

.spinner input[type="checkbox"]:checked+.checkmark {
    animation: 2s spin forwards;
}

.spinner input[type="checkbox"]:checked+.checkmark>span {
    animation: 1s fadein 1.9s forwards;
}

.spinner input[type="checkbox"]:checked+.checkmark>span:after {
    animation: .3s bottomslide 2s forwards;
}

.spinner input[type="checkbox"]:checked+.checkmark>span:before {
    animation: .5s rightslide 2.2s forwards;
}

@keyframes fadein {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes bottomslide {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}

@keyframes rightslide {
    0% {
        height: 0;
    }
    100% {
        height: 100%;
    }
}

.logo1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: self-start;
    margin: 10px 10px;
}

.logo1 img {
    height: 18px;
    width: 18px;
}

.logo1 p {
    color: #0060ff;
    font-size: 10px;
    font-weight: 900;
    margin: 3px 0px 0 0;
    line-height: 20px;
}

.logo1 small {
    color: #9d9ba7;
    margin: 0;
    font-size: 10px;
}

.logo1 a {
    color: #009CFF;
}

.logo1 a:hover {
    color: #000;
}

@keyframes spin {
    10% {
        width: 0;
        height: 0;
        border-width: 6px;
    }
    30% {
        width: 0;
        height: 0;
        border-radius: 50%;
        border-width: 1em;
        transform: rotate(0deg);
        border-color: rgb(199, 218, 245);
    }
    50% {
        width: 2em;
        height: 2em;
        border-radius: 50%;
        border-width: 4px;
        border-color: rgb(199, 218, 245);
        border-right-color: rgb(89, 152, 239);
    }
    70% {
        border-width: 4px;
        border-color: rgb(199, 218, 245);
        border-right-color: rgb(89, 152, 239);
    }
    90% {
        border-width: 4px;
    }
    100% {
        width: 2em;
        height: 2em;
        border-radius: 50%;
        transform: rotate(720deg);
        border-color: transparent;
    }
}


/* ======= End Captcha ======= */

.log_reg,
.log_reg1 {
    text-align: center;
    margin-top: 15px;
}

.log_reg p,
.log_reg1 p {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 2px;
    color: #000;
}

.log_reg a {
    color: #009CFF;
    text-decoration: revert;
}

.log_reg a:hover {
    color: #000;
}

.unreg_full {
    display: flex;
    justify-content: space-evenly;
    text-align: center;
}

.unreg_reg {
    color: #fff;
    background: #c2a942;
    padding: 10px 20px;
}

.unreg_reg:hover {
    color: #fff;
    background: #000;
}

.unreg_home {
    color: #fff;
    background: #000;
    padding: 10px 20px;
}

.unreg_home:hover {
    color: #fff;
    background: #c2a942;
}