  
        .head-type:hover{
            color: #ff9e59;
        }
        .active-type:hover{
            color: #333;
        }
        input:-webkit-autofill,
        input:-webkit-autofill:hover,
        input:-webkit-autofill:focus,
        input:-webkit-autofill:active  {
            -webkit-box-shadow: 0 0 0 30px white inset;
        }
        .bg{
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            overflow-y: auto;
            z-index: -10;
            background:url('https://userfile.onlineexammakercdn.com/images/userupload/113/20191121110215_j71wyb.jpg') center top / cover no-repeat        }






    /* CSS to hide up and down arrows for number input */
    input[type="number"]::-webkit-inner-spin-button,
    input[type="number"]::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

    input[type="number"] {
        -moz-appearance: textfield;
    }



 .error-message {
            color: red;
        }

.error-message1 {
            color: red;
        }
        .error-message2 {
            color: red;
        }
       input[name="phone"],input[name="password"],input[name="code"]{
        -webkit-appearance: none;
        box-shadow: none;
        -webkit-box-shadow: none;
    }
        #has-account{
        margin-top: 10px!important;
    }
 
    