﻿body {
    overflow: hidden
}

.login-holder {
    /* width: 1000px;
height: 900px;
left: 0px;
top: 4px;
background: #FFFFFF;*/
}

.top-right-image {
    /*width: 1349px;*/
    height: 0px;
    margin-left: 860px;
    margin-top: -70px;
}

.login-brown-background {
    width: 1365px;
    height: 320px;
    margin-left: -100px;
    margin-top: 336px;
    background-color: #BB5B2C;
}



.login-form {
    width: 850px;
    height: 450px;
    left: 200px;
    margin-top: -550px;
    margin-left: 150px;
    background: #FFFFFF;
    box-shadow: 0px 0px 30px rgb(0 0 0 / 35%);
    border-radius: 5px;
    z-index: 100;
}

.page-heading {
    color: #396EB8;
    font-family: 'Open Sans',sans-serif;
    line-height: 41px;
}

.form-login {
    border: 1px solid #DCDADA;
    box-sizing: border-box;
    border-radius: 3px;
    background: #FFFFFF;
}

.rememberme-checkbox {
    /* border: 1px solid #DCDADA;
box-sizing: border-box;
border-radius: 3px;*/
}

.forgot-password-link {
    text-decoration-line: underline;
    color: #09A6FF;
}

.login-button {
    background: #3A70BC;
    border: 1px solid #DCDADA;
    box-sizing: border-box;
    border-radius: 61px;
    width: 200px;
}

.vertical {
    width: 2px;
    height: 350px;
    background-color: #396EB8;
    margin: 40px 0 40px 0;
}
