
body {
    overflow: hidden;
    font-family: 'Calibri', 'Arial', 'sans-serif';
}

.top-part {
    background: #553ba1;
    height: 70vh;
}

.bottom-part {
    background: #323232;
    height: 30vh;
    color: #9d9d9d;
}

.background-login {
    position: fixed;
    height: 100vh;
    width: 100vw;
}

img.logo {
    width: 170px;
    margin: 30px 0px 10px -17px;
}

.login-form {
    width: 500px;
    height: 530px;
    background: #fff;
    position: fixed;
    top: 100px;
    border-radius: 15px;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
    right: 100px;
    padding: 20px;
}

h2.header-txt {
    color: #fff;
    font-size: 40px;
    line-height: 1.2;
    margin: 0px;
    letter-spacing: 1px;
    font-family: sans-serif;
    cursor: default;
}

.bottom-links {
    margin-top: 25px;
}

h1.login-header {
    font-size: 21px;
    font-weight: bold;
    letter-spacing: 0.1px;
    margin: 30px 0px;
    font-family: 'Calibri', 'Arial', 'sans-serif';
    cursor: default;
}

.footer-header {
    font-size: 25px;
    line-height: 2.5;
    margin: 7px 0px;
    letter-spacing: 1px;
    font-family: sans-serif;
    cursor: default;

}

.alert-success {
    padding: 10px;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #2e843a;
    background-color: #e3e3e3;
    margin-top: -65px;
    text-align: center;
}

.alert-danger {
    padding: 10px;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #a94442;
    background-color: #f2dede;
    margin-top: -65px;
    text-align: center;
}

label.remember-login {
    font-weight: normal;
    color: #000;
}

.sub-header {
    font-size: 14px;
    font-family: 'Calibri', 'Arial', 'sans-serif';
    cursor: default;
    color: #969d9d;
    letter-spacing: 0.3px;
}

.top-part {
    display: flex;
    align-items: center;
}

label.input-label {
    top: 7px;
    left: 22px;
    position: absolute;
    margin-bottom: 0px;
    margin-top: 0px;
    z-index: 1;
    background: #fff;
    width: auto;
    padding: 0px 2px;
    font-size: 12px;
    border-radius: 5px;
}

.label-placeholder {
    position: relative;
    padding: 15px 15px;
}

.bottom-links a {
    color: #aaa;
    display: inline-block;
    padding: 0px 25px 0px 0px;
    cursor: pointer
}

a.forgot-password {
    color: #000;

}

.login-button {
    background: #0d79c8 !important;
    color: #fff;
    font-size: 14px;
    margin: 15px 0px;
}