/*start*/

.tn_registration {
    position: relative;
    width: 100%;
}

.tn_registration>img {
    width: 100%;
    min-height: 100vh;
}

.tn_registration_form {
    width: 550px;
    position: absolute;
    background: #ffffff;
    padding: 30px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 10px;
}

.tn_registration_form h1 {
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 10px;
}

.tn_registration_form h5 {
    font-size: 16px;
    color: #646980;
    font-weight: 500;
    margin-bottom: 6px;
}

    .tn_registration_form p {
        font-size: 14px;
        margin-bottom: 10px;
        color: #646980;
        font-weight: 400;
        line-height: 1.5;
        margin-top: 0.5rem !important;
    }

.tn_registration_form input.form-control {
    height: 40px;
    border: 1px solid #cccccc;
    color: #646980;
    font-size: 14px;
}

.tn_registration_form input.form-control::placeholer{
    color: #646980;

}

.tn_registration_form select#sel1 {
    height: 40px;
    border: 1px solid #cccccc;
    color: #646980;
    font-size: 14px;
}

    .tn_registration_form .form-check-label {
        margin-bottom: 0;
        font-size: 14px;
        color: #646980;
        font-weight: 400;
        line-height: 1.5;
    }

.tn_registration_form .btn.btn-orange {
    background: #ee6513;
    width: 100%;
    height: 45px;
    font-size: 20px;
    color: #ffffff;
    font-weight: 500;
}

 .tn_registration_form  .another_account.mt-2 a {
    color: #ee6513;
    text-decoration: underline;
    margin-top:10px;
}

.tn_registration_form label.form-check-label a {
    text-decoration: underline;
}

@media only screen and (max-width: 767px){
   .tn_registration_form {
    width: 90%;    
}
}


span.errorMsg {
    color: #ff2b2b;
    font-size: 12px;
    position: absolute;
    left: 14px;
    display: none;
}