﻿* {
    box-sizing: border-box;
}

body {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    background-color: #fff;
    /*font-family: arial;*/
    font-family: 'Montserrat' !important;
    font-size: 20px;
    /*font-size:82.75%; */
    /* 82.75% Max font size before breaking menu bar background */
    /*font-size:0.8em;*/
    /*min-width:1002px;*/
    line-height: 20px;
}

textarea,
select,
input[type="text"] {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    padding: 3px;
}
.login-page {
    /*background-image: linear-gradient(45deg,#0aa6c7, #A7DAE9) !important;*/
    background-image: linear-gradient(69deg,#084683, #0aa6c7) !important;
    text-align: center;
    height:max-content !important;
    padding: 0;
    margin: 0;
    justify-content: center;
    align-items: center;
}

    .login-page .login-thumbnail {
        display: block;
        line-height: 20px;
        border: 01px solid #ddd;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        /* border-radius: 4px; */
        -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
        -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }

    .login-page #login-panel {
        vertical-align: central;
        width: 420px;
        border: 0px solid #aabbd3;
        margin: 100px auto 0;
        background: #fff;
        padding-top: 20px;
        -moz-box-shadow: 5px 5px 5px rgba(0,0,0,0.3);
        -webkit-box-shadow: 5px 5px 5px rgba(0,0,0,0.3);
        box-shadow: 5px 5px 5px rgba(0,0,0,0.3);
    }

    .login-page #login-form {
        margin: 10px;
    }

    .login-page .suite-title {
        text-align: center;
        margin-top: 6px;
        color: #4476C1;
        font-weight: bold;
        font-size: 16px;
    }

    .login-page .muted {
        margin: 4px auto 0;
        width: 220px;
        text-align: center;
        line-height: 14px;
        font-size: 11px;
        color: #AAA;
    }

    .login-page .submit {
        display: block;
        text-align: center;
        background: #084683;
        border-top: 0px solid #d1d1d1;
        padding: 0px;
        -webkit-border-bottom-right-radius: 4px;
        -webkit-border-bottom-left-radius: 4px;
        -moz-border-radius-bottomright: 4px;
        -moz-border-radius-bottomleft: 4px;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
    }

        .login-page .submit .cv-btn {
            font-family: 'Montserrat' !important;
            width: 100% !important;
            background: #084683;
            border: hidden;
            color: white;
            padding:10px;
            text-transform: lowercase;
            font-size: 20px;
            -webkit-border-bottom-right-radius: 4px;
            -webkit-border-bottom-left-radius: 4px;
            -moz-border-radius-bottomright: 4px;
            -moz-border-radius-bottomleft: 4px;
            border-bottom-right-radius: 4px;
            border-bottom-left-radius: 4px;
        }

            .login-page .submit .cv-btn:hover {
                background: #0aa6c7; 
            }

    .login-page label, .login-page .login-remember {
        font-size: 14px;
        font-weight: normal;
        line-height: 20px;
        text-transform: lowercase;
        padding-top:10px;
    }

    .login-page label {
        padding-bottom: 5px;
        display: block;
    }

.labelfor {
    color: #0aa6c7;
    font-weight: bold;
    text-align: start;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
    font-family: 'Montserrat' !important;
    font-size: 20px !important;
}

.login-page input[type="text"] {
    text-transform: lowercase;
}

.login-page input[type="text"], .login-page input[type="password"] {
    font-family: 'Montserrat' !important;
    width: 100%;
    border: none;
    background-color: transparent;
    outline: 0;
    font-size: 20px;
    height: 30px;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
}

@-webkit-keyframes autofill {
    100% {
        background: transparent;
        color: inherit;
        font-size: 20px;
    }
}

.login-page input[type="text"]:focus, .login-page input[type="password"]:focus {
    background-color: transparent;
    outline: 0;
    width: 100%;
    height: 30px;
}

.login-page input[type="text"]:hover, .login-page input[type="password"]:hover {
    border-bottom: 2px solid #0aa6c7;
    background-color: transparent;
    outline: 0;
    height: 30px;
}

    .login-page .remember-checkbox {
        padding-bottom: 0px !important;
        min-height: 20px;
        cursor: pointer;
    }

    .login-page #loginClearview {
        width: 100%;
    }

    .forgottenPassword {
        display:block !important;
        width:100% !important;
        text-align:right;
        text-transform: lowercase;
        text-decoration: none;
        font-size:14px;
        color:black;
    }

        .forgottenPassword:hover {
            color:#0aa6c7;
        }

.login-footer {
    background-color: #0973A3;
    width: 340px;
    vertical-align: text-bottom;
    border: 0px solid #aabbd3;
    margin: 100px auto 0;
    padding-top: 20px;
    padding-bottom: 5px;
    -moz-box-shadow: 5px 5px 5px rgba(0,0,0,0.3);
    -webkit-box-shadow: 5px 5px 5px rgba(0,0,0,0.3);
    box-shadow: 5px 5px 5px rgba(0,0,0,0.3);
    color: #DDDDDD !important;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus { {
    font-size: 20px;
}