body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    background: #eff3f6;
    position: relative;
    line-height: normal;
}

.body_wrap {
    width: 100%;
    height: 100vh;
    min-height: 550px;
}

a {
    color: #92badd;
    display: inline-block;
    text-decoration: none;
    font-weight: 400;
}

.logo_bg {
    position: absolute;
    top: 40px;
    left: 40px;
    height: 90%;
    width: auto;
    z-index: -10;
}


form {
    margin-top: 32px;
}

#logo {
    color: white;
    font-weight: 700;
    font-size: 180%;
}

#formContent {
    display: -webkit-box;
    display: -ms-flexbox;
    text-align: center;
    border-radius: 6px;
    background: #fff;
    padding: 2vh;
    height: auto;
    margin-top: 20vh;


    -webkit-box-shadow: 0 2px 3px #d8dde5;
    box-shadow: 0 2px 3px #d8dde5;
}

input, select, button {
    width: 100%;
    margin-top: 2vh;
    border: none;
    text-align: center;
    border-radius: 6px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    background-color: #EEF3F6;
    padding: 2vh;
}

select {
    background: #0a53be;
}

button {
    background: #002256;
    color: white;
}

.title {

    text-align: left;
    font-weight: 600;
    color: #505D6A;
}


.access:hover {
    color: #a1366f;
}

.bottom-text {
    position: absolute;
    bottom: 40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 13px;
    color: #002256;
    text-align: center;
    line-height: 160%;
}

.loader {
    display: none;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 9999;
    position: absolute;
    width: 50vh;
    height: 50vh;
    left: 50vw;
    top: 20vh;
}

.loading {
    border: 1px solid #ccc;
    width: 50vh;
    height: 50vh;
    border-radius: 6px;
    #border-top-color: #e97828;
    #border-left-color: cornflowerblue;
    #border-right-color: lightseagreen;
    #border-bottom-color: coral;
    #animation: spin 1s infinite ease-in;
    #opacity: 0.9;
    background: #ffffff url("https://hosting.wialon-online.ru/static/skin/preloader/preloader.svg") no-repeat 50% 50%;

}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

#show_password {
 background: #002256;
    color: white;
}