﻿.outer {
    display: table;
    position: absolute;
    height: 100%;
    width: 99.5%;
    font-family: 'Open Sans', sans-serif;
}

.middle {
    display: table-cell;
    vertical-align: middle;
}

.inner {
    margin-left: auto;
    margin-right: auto;
    width: 400px;
}

img.logo {
    top: 190px;
    margin-left: 70px;
    margin-bottom: 47.21px;
}

.error {
    font-size: 13px;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}

form {
    margin-bottom: 1px;
    width: 328.24px;
}

input {
    width: 328.24px;
    height: 46.33px;
    margin-bottom: 10.91px;
    border: 1px solid #acacac;
    border-radius: 5px;
    padding: 10.13px;
    font-size: 15px;
    font-family: "Open Sans";
    text-align: left;
}

    input[type="password"] {
        margin-bottom: 0px;
    }

    input:focus {
        outline: none;
        border: 1px solid #b0b2d8;
        box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.451);
    }

    input:hover {
        outline: none;
        border: 1px solid #b0b2d8;
        box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.451);
        transition-delay: 200ms;
    }

    input::placeholder {
        text-align: left;
        text-transform: uppercase;
        font-family: "Oswald";
    }

.button {
    position: relative;
    bottom: 75px;
    left: 86.5%;
    height: 46px;
    border-left: 1px solid #747474;
}

#btn-login {
    color: #707070;
    font-family: "Oswald";
    font-size: 18px;
    font-weight: 600;
    line-height: 46px;
    text-transform: uppercase;
    text-decoration: none;
    margin-left: 12.51px;
    cursor: pointer;
}

.forgot {
    cursor: pointer;
    color: #b2b2b2;
    margin-left: 220px;
    text-transform: uppercase;
    font-size: 14px;
    font-family: "Oswald";
}

.disabled {
    cursor: not-allowed;
}

footer {
    position: fixed;
    height: 81px;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: #d9d9d9;
    font-family: "Open Sans";
    font-size: 14px;
    padding-top: 18px;
}

.item1 {
    font-weight: 800;
    color: #707070;
    display: block;
    margin-left: 146px;
}

.item2 {
    margin-left: 146px;
    color: #707070;
}

.item3 {
    position: absolute;
    right: 336px;
    top: 23px;
    color: #707070;
}

.item4 {
    position: absolute;
    right: 146px;
    top: 23px;
}

#overlay {
    position: fixed; /* Sit on top of the page content */
    display: none; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5); /* Black background with opacity */
    z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
}


.lds-roller {
    display: inline-block;
    position: relative;
    top: 50%;
    left: 50%;
    width: 64px;
    height: 64px;
    margin-top: -10px; /* Negative half of height. */
    margin-left: -70px;
}

    .lds-roller div {
        animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
        transform-origin: 32px 32px;
    }

        .lds-roller div:after {
            content: " ";
            display: block;
            position: absolute;
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background: #fff;
            margin: -3px 0 0 -3px;
        }

        .lds-roller div:nth-child(1) {
            animation-delay: -0.036s;
        }

            .lds-roller div:nth-child(1):after {
                top: 50px;
                left: 50px;
            }

        .lds-roller div:nth-child(2) {
            animation-delay: -0.072s;
        }

            .lds-roller div:nth-child(2):after {
                top: 54px;
                left: 45px;
            }

        .lds-roller div:nth-child(3) {
            animation-delay: -0.108s;
        }

            .lds-roller div:nth-child(3):after {
                top: 57px;
                left: 39px;
            }

        .lds-roller div:nth-child(4) {
            animation-delay: -0.144s;
        }

            .lds-roller div:nth-child(4):after {
                top: 58px;
                left: 32px;
            }

        .lds-roller div:nth-child(5) {
            animation-delay: -0.18s;
        }

            .lds-roller div:nth-child(5):after {
                top: 57px;
                left: 25px;
            }

        .lds-roller div:nth-child(6) {
            animation-delay: -0.216s;
        }

            .lds-roller div:nth-child(6):after {
                top: 54px;
                left: 19px;
            }

        .lds-roller div:nth-child(7) {
            animation-delay: -0.252s;
        }

            .lds-roller div:nth-child(7):after {
                top: 50px;
                left: 14px;
            }

        .lds-roller div:nth-child(8) {
            animation-delay: -0.288s;
        }

            .lds-roller div:nth-child(8):after {
                top: 45px;
                left: 10px;
            }

@keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
