﻿.app-logo {
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-size: 200px;
    height: 100px;
}

.login-container {
    border-radius: 4px;
    padding: 60px 80px;
    text-align: center;
    position: absolute;
    transform: translate(-50%,-50%);
    left: 50%;
    top: 50%;
}


    .login-container .form-control {
        display: inline-block;
        width: 360px;
        height: 38px;
    }


    .login-container input[type=button] {
        border-radius: 4px;
        width: 100%;
        height: 45px;
        align-items: center;
        font-size: 16px;
        margin-bottom: 38px !important;
        margin-top: 30px !important;
    }


    .login-container .entity-column {
        width: 100% !important;
    }

    .login-container .entity-container .entity-column .row-entry .field-validation-error span {
        bottom: 0 !important;
    }


    .login-container .forgot-password {
        float: right;
        font-size: 13px;
        font-weight: 600;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: -0.2px;
    }

        .login-container .forgot-password:hover {
            text-decoration: none !important;
        }

.register-button {
    font-size: 13px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -0.2px;
}

    .register-button:hover {
        text-decoration: none !important;
    }


.login-container .button-forgot-password {
    display: flex;
    flex-flow: column;
}


    .login-container .button-forgot-password a {
        font-size: 14px;
        line-height: 40px;
        font-weight: 900;
        letter-spacing: 0.2px;
    }

        .login-container .button-forgot-password a:hover {
            text-decoration: none;
        }

@keyframes loading {
    0% {
        transform: rotate(0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    50% {
        transform: rotate(900deg);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    100% {
        transform: rotate(1800deg);
    }
}

.clear-div {
    clear: both;
}
