@import url(https://fonts.googleapis.com/css?family=Roboto:300);

.cub-Caption--large{
    color: #0d47a1;
}

.cub-Label {
    color: whitesmoke;
}

.cub-Menu-link--register {
    visibility: hidden;
}

#cub-widget-menu {
    float: right;
    margin-right: 200px;
}
.cub-Text--register {
    visibility: hidden;
}
.cub-Menu-submenuLink--profile {
    visibility: hidden;
}


.system-name-div{
    font-size: 1.25em;
    color: #7C7C7C;
    font-weight: bold;
    text-align: center;
    font-family: 'Segoe UI', Tahoma, sans-serif;
    margin: -12px 0px 20px 0;
}

.error-display-div {
    color: #D46A5A !important;
    font-weight: bold;
    margin: 6px -30px;
    height: 20px;
    font-size: 12px;
}

#footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
    font-family: tahoma,arial,verdana,sans-serif;
    font-size: 12px;
    color: #ffffff;
    align-items: center;
}

#footer td{
    padding: 8px 16px;
    color: white !important;
}

#footer td:hover{
    opacity: 1;
}

#footer table{
    opacity: 0.6;
    display: inline-block;
}

a:visited{
    color:#B6B5B5;
}

a{
    text-decoration: none;
    opacity: 0.6;
    color:#B6B5B5;
}

a:hover{
    opacity: 1;
}

.login-page {
    width: 400px;
    padding: 8% 0 0;
    margin: auto;
}
.lexipol-logo-container {
    position: relative;
    z-index: 1;
    max-width: 300px;
    margin: 0 auto;
    height: 60px;
}
.lexipol-logo{
    display: block;
    margin: auto;
}

.form {
    position: relative;
    z-index: 1;
    background: #FFFFFF;
    max-width: 360px;
    margin: 0 auto 100px;
    padding: 45px;
    text-align: center;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}

.form .links-table{
    background: #10355a;
    height: 40px;
    margin: -45px -45px -45px;
    width: 400px;
    color: #B6B5B5 !important;
    font-size: 12px;
}

.links-table .forgot-password-link{
    font-weight: bold;
    cursor: pointer;
}

.form input {
    font-family: "Roboto", sans-serif;
    outline: 0;
    background: #f2f2f2;
    width: 100%;
    border: 0;
    margin: 0 0 15px;
    padding: 15px;
    box-sizing: border-box;
    font-size: 14px;
}
.form button {
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    outline: 0;
    background: #004693/*#157dbf*/;
    color: white;
    width: 100%;
    border: 0;
    padding: 15px;
    font-size: 14px;
    -webkit-transition: all 0.3 ease;
    transition: all 0.3 ease;
    cursor: pointer;
}
/*
.form button:hover,.form button:active,.form button:focus {
    background: white;
    color:#004693
}*/
.form button:disabled {
    /*background: rgba(21, 178, 255, 0.18);*/
    background: rgba(178, 178, 178, 0.4);
    color:white;
}
.form .message {
    margin: 0 0 45px;
}

.form .register-form {
    display: none;
}

body {
    background: #10355a; /* fallback for old browsers */
    background: -webkit-radial-gradient(40% 50%, #6D6C6C, #404040);
    background: -moz-radial-gradient(40% 50%, #6D6C6C, #404040);
    background: -o-radial-gradient(40% 50%, #6D6C6C, #404040);
    background: radial-gradient(40% 50%, #6D6C6C, #404040);
    font-family: "Roboto", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.width-p50{
    width:50%
}

.lexipolcom{
    margin-left: -48px;
}

.forgotpw{
    margin-right: 12px;
}