body, html {
    height: 100%;
    margin: 0;
    padding: 0;
}

#header {
    height: 95vh;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}

#main{
    width: 100%;
    background-color: #ffffff;
    box-shadow: 0px 0px 7px 13px rgb(0 91 234 / 15%);
    border-radius: 6px;
}


#form{
    background-color: #005bea;
    height: 90%;
    width: 100%;
    display: flex;
    justify-content: center;
}


#form > div {
    width: 400px;
}

input, select{
    border-radius: 0px !important;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
}

#form .row{
    padding: 0 20px;
}

a{
    display: block;
    margin: 5px;
    text-decoration: none;
}
label, h2, a{
    color: #ffffff !important;
}
@media only screen and (max-width: 600px) {
    #sign-img {
        display: none;
    }
}


h2{
    margin: 0;
    padding: 20px;
}
