﻿.login_content .form__field .login__input {
    box-shadow: none;
    padding: 10px;
}

.login__input-email {
    display: flex;
    flex-direction: column;
    align-items: start;
    margin-bottom: 15px;
}

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    color: white;
    text-align: center;
}

.demo-info {
    padding: 0 0 12px 0;
}

.demo-tip {
    display: none;
}

.label-top {
    display: block;
    height: 22px;
    line-height: 22px;
    vertical-align: top;
}

.textbox-text {
    width: 100% !important;
}

.textbox-addon-right {
    margin-top: -10px !important;
    margin-right: -15px;
}

.login_content h1 {
    margin-top: 10px;
    margin-bottom: 20px;
    color: #169F85;
}

.login {
    min-height: calc(100vh - 110px - 33px);
    background-image: url("/Content/images/background-login.jpg");
    background-position: right;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    color: #169F85;
    background-color: #fff;
}
/*        .login_form {
            border: 1px solid #fff;
            background-color:#fff;
        }*/

.login_form {
    color: #ffc529;
    text-align: center;
    margin-top: 20px;
}

.text_login {
    border: 1px solid #fff;
    background-color: #fff;
}
