﻿.limiterLogin {
    width: 100%;
    margin: 0 auto;
    background: #f2f2f2;
}

.container-login {
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 15px;
    align-items: center;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .container-login {
        margin-top: 10%;
    }
}

.wrap-login {
    width: 100% !important;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    padding: 77px 55px 33px 55px;
    box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.3);
    min-height: 65%;
}

@media (max-width: 1300px) {
    .wrap-login {
        width: 80%;
        height: auto;
    }

    .wrap-input {
        width:100% !important;
    }

    .input-login {
        width: 100% !important;
    }
}

.login-form {
    width: 100%;
}

.login-form-title {
    display: block;
    font-size: 30px;
    color: #333333;
    line-height: 1.2;
    text-align: center;
    padding-bottom: 50px;
}

.wrap-input {
    width: 50%;
    position: relative;
    border-bottom: 2px solid #adadad;
    margin: 0px auto;
    margin-bottom: 37px !important;
}

.wrap-input-ddl {
    width: 50%;
    position: relative;
    border-bottom: 2px solid #adadad;
    margin: 0px auto;
    margin-bottom: 37px !important;
}

.input-login {
    font-size: 15px;
    color: #555555;
    line-height: 1.2;
    display: block;
    width: 50%;
    height: 45px;
    background: transparent;
    padding: 0 5px;
    outline: none;
    border: none;
    overflow: visible;
}

.input-login-label {
    font-size: 15px;
    color: #555555;
    line-height: 1.2;
    background: transparent;
    outline: none;
    border: none;
    overflow: visible;
    position: absolute;
    top: 0;
    padding: 18px 0 0 5px;
    transition: all 200ms;
    opacity: 0.7;
    cursor: text;
}

.input-login:focus + .input-login-label,
.input-login:valid + .input-login-label {
    font-size: 90%;
    transform: translate3d(0, -100%, 0);
    -ms-transform: translate(0, -100%);
    opacity: 1;
}


.container-login-form-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 13px;
}

.wrap-login-form-btn {
    width: 100%;
    display: block;
    position: relative;
    z-index: 1;
    /*border-radius: 25px;*/
    overflow: hidden;
    margin: 0 auto;
}

.login-form-btn {
    font-size: 15px;
    color: #fff;
    line-height: 1.2;
    text-transform: uppercase;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    width: 100%;
    height: 50px;
    background-color: #0077d5 !important;
    border:0px;
}

.login-form-btn:hover {
    background-color: #2196F3 !important;
}

.text-center-login {
    color: red;
    padding-top:50px;
    text-align: center;
    font-size: 14px;
    line-height: 1.5;
}
