.content-wrapper{
    height: 100vh;
}
.login-wrapper{
    position: absolute;
    top: 50%;
    z-index: 100;
    background: #ffffff;
    box-shadow: #ffffff 5px 0px 6px -5px;
    min-width: 500px;
}

.login-area{
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 65%;
}

.page-title-content{
    text-align: center;
    position: relative;
}

.page-title-content .made-by{
    position: absolute;
    transform: translate(0, 30%);
    color: #0b295f;
}

.img-area{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
    width: 100%;
    height: 100vh;
}
.top-right-img,
.bottom-right-img{
    height: 49.5%;
    text-align: right;
    overflow: hidden;
}
.top-right-img{
    background-image: url('../images/login_top_right.jpg');
    background-position: 50% 10%;
    background-size: cover;
    background-repeat: no-repeat;
}
.bottom-right-img{
    background-image: url('../images/login_bottom_right.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.bottom-right-img{
    margin-top: 0.5%;
}
.top-right-img img,
.bottom-right-img img,
.center-img img{
    width: 100%;
}

.center-img{
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 200;
    border: 4px solid #ffffff;
    overflow: hidden;
}

.login-form-content{
    width: 100%;
}
.login-wrapper .head-message{
    font-size: 19px;
    color: #7f8388;
    text-align: center;
}
.login-wrapper .head-message + form{
    margin-top: 2em;
}
.login-wrapper .head-message + .alert{
    margin-top: 1.5em;
}
.login-wrapper .head-message + .alert + form{
    margin-top: 1.5em;
}
.login-wrapper .form-element{
    position: relative;
}
.login-wrapper .login-input{
    padding: 2em 1.5em .5em 1.5em;
    width: 100%;
    font-size: 18px;
    border: 1px solid #e8e8e8;
    outline: none;
}
.login-input + label{
    width: 100%;
    text-align: left;
    color: #96989a;
    padding: .5em 1.5em;
    margin: 0;
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+/Edge */
    user-select: none; /* Standard */
    font-size: 18px;
    position: absolute;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    top: 50%;
    left: 0; /* Bordure */
    transform: translate(0, -50%);
    transition: top .2s,
    left .2s,
    transform .2s,
    font-size .2s;
}
.login-input + label:hover{
    cursor: text;
}
.login-input.focus + label,
.login-input:not(.empty) + label{
    top: 0; /* Bordure */
    left: 0; /* Bordure */
    transform: none;
    font-size: 15px;
}
.login-wrapper .login-input:hover,
.login-wrapper .login-input:focus,
.login-wrapper .login-input:active{
    outline: none;
}
.login-wrapper .form-element + .form-element{
    margin-top: .75em;
}
.form-help-row{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.form-help-row label,
.form-help-row input{
    margin: 0;
}
.submit-element{
    margin-top: 1.5em;
}
.btn-login{
    width: 100%;
    background: #019de0;
    background: linear-gradient(75deg, #019de0 0%, #0b295f 100%);
    color: #ffffff;
    outline: none;
    padding: .75rem;
}
.btn-login:hover{
    background-color: rgb(1,157,224);
    color: #ffffff;
}
.btn-login:hover,
.btn-login:focus,
.btn-login:active{
    outline: none;
}

.alert{
    font-size: 14px;
    border-radius: 0;
    box-shadow: #999999 0 0 10px -3px;
}
.alert-success{
    background-color: #70d892;
    color: #ffffff;
}
.alert-error{
    background-color: #e66e5e;
    color: #ffffff;
}

.help-message{
    color: #b3b3b3;
    font-size: 13px;
}

.footer-link{
    margin-top: .75em;
    text-align: center;
    color: #999999;
    font-size: 13px;
}
.footer-link a {
    color: inherit;
}

@media only screen and (max-height: 590px) {
    body{
        overflow: auto;
    }
}

@media only screen and (min-height: 651px) {
    body{
        overflow: hidden;
    }
}

@media only screen and (max-width: 575px) {
    .login-wrapper {
        left: 50%;
        transform: translate(-50%, -50%);
        border-radius: 0;
        height: 590px;
        width: 500px;
    }
    .login-wrapper{
        background-color: #ffffffef;
        border-radius: 0;
    }
    .login-wrapper .head-message {
        margin-top: 3.5em;
        font-size: 16px;
    }
    .login-area {
        left: 50%;
    }
    .page-title-content .demat-logo{
        width: 225px;
    }
    .top-right-img,
    .bottom-right-img {
        width: 100%;
    }
    .center-img{
        display: none;
    }
    .page-title-content .made-by{
        font-size: 12px;
        right: 0px;
        bottom: -15px;
    }
    .page-title-content .made-by .aft-logo {
        width: 110px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .login-wrapper {
        left: 0;
        transform: translate(0, -50%);
        border-top-right-radius: 50%;
        border-bottom-right-radius: 50%;
        height: 150%;
        width: 500px;
    }
    .login-wrapper .head-message {
        margin-top: 1.75em;
        font-size: 16px;
    }
    .login-area {
        left: 47%;
    }
    .page-title-content .demat-logo{
        width: 250px;
    }
    .top-right-img,
    .bottom-right-img {
        width: 56.5%;
    }
    .center-img {
        left: 500px;
        width: 175px;
    }
    .page-title-content .made-by{
        font-size: 13px;
        right: 0;
        bottom: 0;
    }
    .page-title-content .made-by .aft-logo {
        width: 100px;
        margin-left: 10px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .login-wrapper {
        left: 0;
        transform: translate(0, -50%);
        border-top-right-radius: 50%;
        border-bottom-right-radius: 50%;
        height: 150%;
        width: 700px;
    }
    .login-wrapper .head-message {
        margin-top: 2.25em;
    }
    .login-area {
        left: 47%;
    }
    .page-title-content .demat-logo{
        width: 350px;
    }
    .top-right-img,
    .bottom-right-img {
        width: 56.5%;
    }
    .center-img {
        left: 700px;
        width: 220px;
    }
    .page-title-content .made-by{
        font-size: 14px;
        right: -40px;
        bottom: 0;
    }
    .page-title-content .made-by .aft-logo {
        width: 130px;
        margin-left: 10px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .login-wrapper {
        left: 0;
        transform: translate(0, -50%);
        border-top-right-radius: 50%;
        border-bottom-right-radius: 50%;
        height: 150%;
        width: 720px;
    }
    .login-wrapper .head-message {
        margin-top: 2.75em;
    }
    .login-area {
        left: 47%;
    }
    .page-title-content .demat-logo{
        width: 425px;
    }
    .top-right-img,
    .bottom-right-img {
        width: 56.5%;
    }
    .center-img {
        left: 720px;
        width: 250px;
    }
    .page-title-content .made-by{
        font-size: 15px;
        right: -40px;
        bottom: 0;
    }
    .page-title-content .made-by .aft-logo {
        width: 175px;
        margin-left: 10px;
    }
}

@media only screen and (min-width: 1200px) {
    .login-wrapper {
        left: 0;
        transform: translate(0, -50%);
        border-top-right-radius: 50%;
        border-bottom-right-radius: 50%;
        height: 150%;
        width: 960px;
    }
    .login-wrapper .head-message {
        margin-top: 3.5em;
    }
    .login-area {
        left: 47%;
    }
    .page-title-content .demat-logo{
        width: 500px;
    }
    .top-right-img,
    .bottom-right-img {
        width: 56.5%;
    }
    .center-img {
        left: 960px;
        width: 330px;
    }
    .page-title-content .made-by{
        font-size: 16px;
        right: -40px;
        bottom: 0;
    }
    .page-title-content .made-by .aft-logo {
        width: 230px;
        margin-left: 10px;
    }
}