
body {font-family: 'Roboto', sans-serif;}

        input[type=text],
        input[type=password] {
            width: 100%;
            padding: 8px 20px;
            margin: 0px 0;
            display: inline-block;
            border: 1px solid #ccc;
            box-sizing: border-box;
            background: #FFFFFF;

            border-radius: 8px;
            box-shadow: 0px 5.201545238494873px 26.007726669311523px 0px #00000033;

            box-shadow: 0px 0px 2.6007726192474365px 0px #0000001A;
            font-family: SF Pro Text;
            font-size: 14px;
            font-style: normal;
            font-weight: 400;
            line-height: 20px;
            letter-spacing: 0px;
            font-family: 'Roboto', sans-serif;
            color: #202223 !important;



        }

        .input[type="password"]:active,
        .input[type="text"]:active {
            border: 1px solid #0000008f;
        }

        .input[type="password"]:focus {
            border: 1px solid red !important;
        }




        .bgcolor_adlogin {
            background-image: url(../img/login-background.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    float: left;
    width: 100%;
    position: relative;
    height: 100vh;
        }

        .adminlogin_form {
            background: #ffffff;
            /* position: absolute; */
            border-radius: 8px;
            padding: 79px 46px 49px 48px;
            width: 480px;
        }

        .form_aroundpad {
            /* padding-top: 160px; */
            /* padding-left: 100px;
            padding-top: 142px; */
        }

        .yellow_logotext {
            font-family: Proxima Nova;
            font-size: 18px;
            font-style: Extrabold;
            font-weight: 800;
            line-height: 22px;
            letter-spacing: 0px;
            text-align: left;
            color: #383A48;


        }

        .loadmore_login {
            font-family: Hunter River;
            font-size: 32px;
            font-style: normal;
            font-weight: 400;
            line-height: 45px;
            letter-spacing: 0px;
            text-align: left;
            color: #383A48;
            ;

        }

        .login_adminboard {
            /* font-family:'SF-Pro-Text-Black'; */
            font-family: 'Roboto', sans-serif;
            font-size: 24px;
            font-style: normal;
            font-weight: 600;
            line-height: 24px;
            letter-spacing: 0.025em;
            text-align: left;
            color: #202223;
        }

        .gmail_ac {
            /* font-family: SF Pro Display; */
            font-family: 'Roboto', sans-serif;
            font-size: 14px;
            font-style: normal;
            font-weight: 500;
            line-height: 14px;
            letter-spacing: 0.025em;
            text-align: left;
            color: #979797;

        }

        .lable_formadmin {

            /* font-family: SF Pro Text; */
            font-family: 'Roboto', sans-serif;
            font-size: 14px;
            font-style: normal;
            font-weight: 400 !important;
            line-height: 20px;
            letter-spacing: 0px;
            text-align: left;
            color: #202223;
        }

        .login_btna_adlogin {
            font-family: 'Roboto', sans-serif;
            background: #1A1C1D;
            color: #ffffff;
            border-radius: 4px;

            font-size: 16px;
            font-style: normal;
            font-weight: 500;
            line-height: 54px;
            letter-spacing: 0px;
            text-align: center;
            width: 100%;
            border: none;
        }

        }

        .get_startlogin {
            font-family: SF Pro Text;
            font-size: 14px;
            font-style: normal;
            font-weight: 400;
            line-height: 20px;
            letter-spacing: 0px;
            text-align: left;
            color: #202223;

        }

        .get_startlogin span {
            color: #008060;
        }

        /* .inputlogin_text{
            font-family: 'Roboto', sans-serif;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 20px;
letter-spacing: 0px;


        } */
        .set_logoimage {
            line-height: 20px;
            display: flex;
            align-items: center;
        }

        .yellow_loanbooklogo {
            vertical-align: sub;
        }

        .yellow_logosecond {
            vertical-align: middle;
        }

        input[type=text],
        input[type=password]:focus {
            outline: none;
        }
        .form_aroundpad{
        display: flex;
        align-items: center;
        height: 100%;
        }
        @media (max-width: 576px) {
            .adminlogin_form{width: 100%;}
            .adminlogin_form{padding: 20px;}
            .form_aroundpad{padding: 10px;}
        }
        @media (min-width: 1200px) {
            .loginpage_left{left: 8%;}
        }
        @media (min-width: 991px) {
            .loginpage_left{left: 8%;}
        }
        @media (max-width: 991px) {
            
        }