body{
    background: url(../images/loginbg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    font-family: 'Poppins', sans-serif;
}
.logo{
    margin-top: 26vh;
}
.loginform{
    margin-top: 38vh;
}
.panel-heading{
    background: #162c38 !important;
    font-size: 23pt !important;
    font-weight: bold !important;
}
.panel-primary{
    border: 0 !important;
}
.panel,.panel-heading{
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
}
form input{
    display: inline-block;
    width: 100%;
    border-radius: 37px;
    outline: none;
    border: 1px solid #bdbdbd;
    padding: 10px 20px;
}
form input:first-child{
    margin-bottom: 10px;
}
.alert {
    display: inline-block;
    width: 100%;
    text-align: center;
    background: #b90d0d;
    color: #fff;
    margin-top: 10px;
    font-size: 12pt;
    border-radius: 25px;
}
form button{
    display: inline-block;
    margin-top: 14px;
    width: 100%;
    border: 0;
    border-radius: 25px;
    background-image: url(../images/loginbuttonbg.jpg) !important;
    color: #fff;
    font-size: 13pt;
    outline: none;
    padding: 9px;
    font-weight: 500;
}
form small{
    display: none;
}
@media(max-width: 768px){
    form small{
        display: inline-block;
        width: 100%;
        text-align: center;
    }
    .loginform{
        margin-top: 2vh;
    }
    .hide-xs{
    }
    body{
        height: 100vh;
    }
    .logocon{
        position: initial !important;
    }
    .logo{
        margin-top: 0 !important;
        position: absolute;
        width: 34%;
        bottom: 0;
        right: 0;
    }
    .panel-heading {
        background: #162c38 !important;
        font-size: 16pt !important;
        font-weight: bold !important;
    }
}
