@charset "utf-8";
/* CSS Document */

.page-wrapper{
    height: 100vh;
    position: relative;
    color: #4B4B4B !important;
    display: flex;
}

.line_art{
    position: absolute;
    width: 800px;
    bottom: 0;
}

.heading{
    font-size: 48px;
    line-height: 56px;
}

h2{
    font-size: 20px;
}

.mobile_img {
    width: 105%;
    z-index: 222;
    position: relative;
    margin-top: 101px;
}

.form_col{
    position: absolute;
    right: 0;
    padding: 50px !important;
}

.logo{
    width: 200px;
    border-bottom: 1px solid #B3B3B3;
    padding: 20px;
    margin-bottom: 20px;
}

.form-control{
    border: 1px solid #9b9b9b !important;
}

.login_btn{
    background-color: #FFCD00;
    color: #000000;
    font-weight: 800;
    border: none;
    padding: 10px 0;
    box-shadow: none;
}

.login_btn:hover{
    background-color: #ffdb4d;
    color: #000000;
    border: none;
}

.login_btn:focus{
    background-color: #ffdb4d;
    color: #000000;
}

.arrow{
    margin-left: 5px;
    width: 25px;
}

.input-wrapper {
    position: relative;
}

.blankpage-footer a{
    font-size: 11px;
}

.reg_form{
    padding: 10px !important;
    z-index: 5;
}

.reg_form .form-group{
    margin-bottom: 15px;
}

.reg_mob_img{
    width: 70%;
    margin-top: 0px;
}

.page-wrapper {
    background: transparent !important;
}

/* mediaquery */

/* Medium Devices, Desktops */
@media only screen and (max-width : 991px) {
    .mobile_img {
        width: 80%;
        z-index: 222;
        position: relative;
        margin-top: 0;
        margin-right: -30px;
    }

    .form_col {
        padding: 25px !important;
    }
    
    .heading{
        font-size: 30px;
        line-height: 35px;
    }
    
    p{
        font-size: 12px;
    }
    
  }
