/* input(16,36): run-time error CSS1062: Expected semicolon or closing curly-brace, found 'inherit' */
/*********** sign up starr ******************/

.sign_modal {
    width: 735px;
    height: 432px;
    border-radius: 0px;
    box-shadow: none;
}

.sign_up_modal {
    position: absolute;
    right: -16px;
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 50px !important inherit;
    text-align: center;
    line-height: 30px;
    top: -20px;
}

.modal-backdrop {
    position: relative;
}

.sign_reltive {
    position: absolute;
    top: 26px;
    left: 45px;
    color: #FFFFFF;
    line-height: 24px;
}

.sign_input input {
    font-weight: 500;
}

.log_p {
    width: 100%;
}

.log_btm {
    border-bottom: 2px solid #FFF10F;
}




.mat-label {
    display: block;
    font-size: 16px;
    transform: translateY(25px);
    transition: all 0.5s;
}

.mat-input {
    position: relative;
    background: transparent;
    width: 100%;
    border: none;
    outline: none;
    font-size: 16px;
}

.mat-div {
    padding: 5px 0 0 0;
    position: relative;
}

    .mat-div:after, .mat-div:before {
        content: "";
        position: absolute;
        display: block;
        width: 100%;
        height: 2px;
        background-color: #e2e2e2;
        bottom: 0;
        left: 0;
        transition: all 0.5s;
    }

    .mat-div::after {
        background-color: #DC6A3D;
        transform: scaleX(0);
    }

.is-active::after {
    transform: scaleX(1);
}

.is-active .mat-label {
    color: #DC6A3D;
}

.is-completed .mat-label {
    font-size: 12px;
    transform: translateY(0);
}

.forgrt_pwd {
    position: absolute;
    right: 0px;
    bottom: 13px;
    color: #DC6A3D;
}

.check_btn {
    width: 138px;
    height: 41px;
    float: left;
    background: #DC6A3D;
    border-radius: 4px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    font-weight: bold;
    padding: 12px 30px 11px 30px;
}
