/** AG-LOGIN PAGE */

.ag-login-icon-30 {
    width: 30px;
}

.ag-login-icon-34 {
    width: 34px;
}

.ag-login-font-14 {
    font-size: 14px;
}

.ag-login-pb-10 {
    padding-bottom: 10px;
}


/** AUTHORIZE PAGE */

.login-container {
    min-height: 200px;
    border: 3px solid white;
    border-radius: 7px;
    color: white;
    margin-bottom: 30px;
    background: #ffd900;
    box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.14), 0px 8px 10px 1px rgba(0, 0, 0, 0.098), 0px 3px 14px 2px rgba(0, 0, 0, 0.084);
}

.login-body {
    padding: 10px 0 15px 25px;
    color: #2e729e;
}

.login-title {
    padding: 10px;
    text-align: center;
}

.login-footer {
    font-size: medium;
    /*border-top: 1px solid white;*/
    padding: 5px 20px;
    text-align: right;
}

.header-title-login {
    width: 100%;
    font-size: x-large;
}

.login-text {
    color: #0058a4;
}

.language-text-color {
    color: #3178a0;
}

.submit-btn {
    border-radius: 3px;
    border: none;
    background: rgb(0, 79, 182);
    color: white;
    font-size: large;
    margin: auto;
    display: block;
}

.text-danger {
    color: #fb0500;
}

.warning-text-login {
    border-bottom: 3px solid #ffd900;
    border-top: 3px solid #ffd900;
    color: #0058a4;
    float: left;
}

.warning-text-login .pd-5 {
    padding: 5px;
}

.input-login {
    border: 1px solid #ffd900;
    border-radius: 5px;
}

.submit-btn:hover {
    color: #fff;
    background: #1571e8;
}

.cover-margin-top {
    margin-top: 100px;
}

.bg {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: auto;
    height: 100%;
    -webkit-filter: grayscale(50%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(50%);
}

input::placeholder {
    width: fit-content
}

@media screen and (min-aspect-ratio: 9/6) {
    .bg {
        width: 100%;
        height: auto;
    }
}

@media screen and (max-aspect-ratio: 9/6) {
    .bg {
        width: auto;
        height: 100%;
    }
}