﻿div.login-header {
    -webkit-box-pack: center;
    justify-content: center;
    display: flex;
    width: 100vw;
    height: 15vh;
    background-color: rgb(255, 238, 234);
}

    div.login-header img {
        overflow-clip-margin: content-box;
        overflow: clip;
        transform: translate(0px, 18px);
    }

div.login-logo {
    -webkit-box-pack: center;
    justify-content: center;
    display: flex;
    width: 100vw;
    margin-top: 50px;
    padding-bottom: 20px;
}
div.login-logo img {
    max-width:250px !important;
}

div.login-form {
    border: 1px solid rgb(196, 196, 196);
    border-radius: 8px;
    margin-top: 8px;
    display: flex;
    flex-direction: column;
    padding: 40px;
    width: 450px;
    margin-left: auto;
    margin-right: auto;
}
div.alert {
    font-size:13px !important;
    margin-bottom:0px !important;
}
div.login-button {
    margin-left: auto;
    margin-right: auto;
}
div.instructions {
    font-size: 13px !important;
}
button {
    font-size: 14px;
    border: 1px solid #2e2e2d;
    background-color: #fff;
    color: #2e2e2d;
    padding: 8px 16px 8px 16px;
    border-radius: 8px;
    margin-bottom: 8px;
    margin-right: 8px;
    cursor: pointer;
}

    button:hover {
        background-color: #eaeefa;
    }

    button:focus {
        background-color: #d6ddf4;
        color: #3257c9;
    }

    button:active {
        transform: scale(0.98);
        box-shadow: 3px 2px 8px 1px rgba(0, 0, 0, 0.24);
    }

        button i,
        button:hover i,
        button:active i {
            background-color: rgba(0, 0, 0, .25);
            border-radius: 25px;
            width: 25px;
            height: 25px;
            margin-right: 3px;
            padding-top: 5px;
        }
    /* blue */
    button.btn-primary,
    button.blue {
        color: #fff !important;
        background-color: #3257c9;
        border: 1px solid #3257c9;
    }

        button.blue:hover,
        button.blue:active {
            background-color: #1C33BA;
            border: 1px solid #1C33BA;
        }
label {
    display:block !important;
    font-size:13px !important;
    width:100px !important;
}
input.form-control {
    /*width:100% !important;*/
    padding: 4px 8px 4px 8px !important;
    height:40px !important;
}
input.form-control:hover,
input.form-control:focus {
    outline:none !important;
}
.login-text {
    font-size: 13px !important;
}
h1 {
    font-size:24px !important;
    font-weight:600 !important;
}

@media screen and (max-width: 768px) {
    div .login-header {
        width: 115vw !important;
        margin: 0 !important;
        padding: 0 !important;
        background-color: rgb(255, 238, 234);
    }

    div.login-form {
        width: 99% !important;
        margin-left: 6% !important;
        border:1px solid #c0c0c0;
        border-radius:8px;
        /*margin: 20px 0px 25px 20px !important;*/
    }

    div.login-header img {
        overflow-clip-margin: content-box;
        overflow: clip;
        transform: translate(0px, 13px);
    }
}
