*{
    padding: 0;
    margin: 0;
    font-family: Segoe Print;
}
.background_image_auth {
	width: 100%;
    height: 100%;
    background-image: url(../img/bg.png);
    background-size: 100% auto;
}
button {
    padding: 0;
    border: none;
    font: inherit;
    color: inherit;
    background-color: transparent;
    /* отображаем курсор в виде руки при наведении; некоторые
      считают, что необходимо оставлять стрелочный вид для кнопок */
    cursor: pointer;
}
.login-wrapper{
    width: 100%;
    height: 100%;
    background-image: none;
}
.login-title{
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    padding-top: 45px;
    color: #58b4c0;
}
.hello-text{
    text-align: center;
    color: white;
    font-size: 28px;
}
.logo_maximus_auth {
	width: 100%;
    position: absolute;
	right: 0;
}
.logo_maximus_auth img {
    width: 10%;
    margin-top: 2em;
    margin-left: 4em;
}
.login-main-content{
    padding: 150px 175px;
    margin-bottom: 10px;
    background-image: url("../img/window.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin: auto;
    max-width: 1100px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
}
.login-form{
    display: flex;
    flex-direction: column;
    width: 50%;
}
.login-form input{
    background-color: rgba(255, 255, 255, 0)!important;
    border-radius: 7px;
    border: 3px solid white;
    padding: 1px 5px;
    color: white !important;
    min-width: 40%;
    margin: 20px auto;
    display: block;
    width: 100%;
}
.login-form input:active, :hover, :focus {
    outline: 0;
    outline-offset: 0;
}
.login-form input::placeholder{
    color: rgba(255,255,255,.7);
}
.login-form a{
    text-decoration: none;
}
#login-btn{
    background-color: #00b5c2;
    border: none;
    border-radius: 20px;
    color: #ffffff;
    font-size: 24px;
    width: 135px;
    margin: 0 auto;
    outline: none;
}
#login-btn:focus {
    outline: none !important;
}
#forgot-password{
    color: white;
    display: block;
    text-align: center;
}

@media (max-width: 1225px) {
	.login-form {
    display: flex;
    flex-direction: column;
    width: 50%;
}
.login-title {
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    padding-top: 45px;
    margin: 0 auto;
    width: 55%;
    color: #58b4c0;
    padding-top: 240px;
}
.login-main-content {
    padding: 85px 175px;
    margin-bottom: 10px;
    background-image: url(../img/window.png);
    background-size: 78%;
    background-repeat: no-repeat;
    background-position: 52%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
}
}
@media (max-width: 768px) {
.login-main-content {
    padding: 85px 175px;
    background-size: 100%;	
}	
.login-form {
    display: flex;
    flex-direction: column;
    width: 70%;
}
.hello-text {
    font-size: 20px;
}
.login-form input {
    margin: 15px auto;
}

}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) { 
    .hello-text {
        font-size: 20px;
    }
    .login-form input {
        margin: 15px auto;
    }
}

@media (max-width: 468px) {
.logo_maximus_auth {
    width: 100%;
    /* text-align: right; */
    display: block;
    text-align: center;
    position: initial;
}
.logo_maximus_auth img {
    text-align: center;
    width: 25%;
    margin-top: 1em;
    margin-right: 4.2em; 
}	
.login-title {
    font-size: 17px;
    text-align: center;
}
.hello-text {
    text-align: center;
    font-size: 14px;
    margin-bottom: 0;
}
.login-main-content {
    padding: 0px 0px;
    margin: 0;
}	
#login-btn {
    margin-top: 2px;
    padding: 0 8px;
}
.login-form {
    display: flex;
    flex-direction: column;
    width: 60%;
    margin-top: 40px;
}
.login-form input {
    background-color: rgba(255, 255, 255, 0)!important;
    border-radius: 7px;
    border: 3px solid white;
    padding: 1px 5px;
    color: white !important;
    min-width: 40%;
    margin: 5px auto;
    display: block;
    width: 100%;
}
.login-wrapper {
    height: 100vh;
}
.login-title {
    padding-top: 150px;
    width: 100%;
}
}