body {
    overflow-y: hidden;
}

.login-wrapper{
    display:flex;
    background-color: white;
    height: 100%;
}

.login-half{
    width: 50%;
}

.login-input-icon{
    width: 10%;
    height: 100% !important;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: default;
}

.login-footer{
    margin-top: 75px;
    display: flex;
    justify-content: space-between;
    width: 80%;
}

.visibility{
    cursor: pointer !important;
}

.login-text{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    /* identical to box height, or 142% */
    text-align: center;
    letter-spacing: 0.03em;
}

.login-separator{
    margin-top:25px;
    width: 500px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.login-separator > div{
    color: #202124;
}

.login-separator-line{
    width: 133px;
    height: 0px;
    border: 1px solid #9DA1A9;
}

.login-input-wrapper{
    box-sizing: border-box;
    margin-top: 25px;
    width: 586px;
    height: 70px;
    background: #F8F9FB;
    border: 1px solid #DADCE0;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 24px !important; 
}

.login-submit-wrapper{
    cursor: pointer;
    margin-top: 25px;
    border: none;
    width: 586px;
    height: 70px;
    
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cc{
    background: var(--blue);
}

.gc{
    background: #1BA260;
}

.login-submit-wrapper > p{
    color: #FFFFFF;
}

.login-input{
    width: 90%;
    height: 100% !important;
    border: none;
    background: #F8F9FB;
    padding: 10px;
    font-size: 24px;
}

.login-input > .pw{
    width: 80% !important;
}

.login-content{
    margin-top: 75px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.login-pw-recover{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    /* identical to box height, or 156% */
    letter-spacing: 0.03em;
    text-decoration-line: underline;
    color: #00A3FF;
}

.login-half-img > img{
    height: 100% !important;
    width: 100% !important;
    object-fit: cover;
}

.login-half-img{
    width: 50%;
}

.login-options{
    width: 100%;
    margin-top: 20px;
    display: flex;
    justify-content: center;
}

.login-options > div{
    width: 100%;
    display: flex;
    justify-content: space-around;
}

.login-remember{
    display:flex;
    justify-content: space-between;
    align-items: center;
    width: 180px;
}


.login-header{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 62px;
    color: #202124;
}

.login-welcome{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 44px;
    letter-spacing: 0.03em;
    color: #5F6368;
}

.login-footer .clickable {
    font-size: 24px;
}

.back-normal-login {
    margin-top: 30px;
    font-size: 24px !important;
}

.show-password {
    user-select: none;
}

.privacy-imprint{
    margin-top: 5px;
    display: flex;
    justify-content: space-between;
    width: 80%;
}

.privacy-imprint > a{
    color: #0f0f0f;
    text-decoration: none;
}

#iServLink {
	color:var(--blue);
	/*align-items: center;*/
	margin-top:5px;
}


#supervisor-reg{
    text-align: end;
}

@media only screen and (max-width: 1200px){
    .login-wrapper{
        display: flex;
        justify-content: center;
        position: relative;
    }

    body{
        display: flex;
        justify-content: center;
    }

    .login-half-img{
        display: none !important;
    }

    .login-half{
        width: 100%;
    }

    .login-footer {
        margin-top: 60px;
    }
}

@media only screen and (max-width: 700px){

    .login-half > div{
        display: flex;
        justify-content: center;
    }

    .login-input-wrapper{
        width: 300px;
    }

    .login-submit-wrapper{
        width: 300px;
    }

    .login-separator{
        width: 300px;
        margin-top: 10px;
    }

    .login-text {
        font-weight: unset;
        font-size: 22px;
    }

    .login-header {
        font-size: 32px;
    }

    .login-content {
        margin-top: 20px;
    }

    .login-footer {
        margin-top: 10px;
        width: 95%;
    }

    .privacy-imprint {
        width: 95%;
    }
}

@media only screen and (max-height: 1000px){
    .login-half{
        overflow-y: scroll;
    }

}

@media only screen and (max-height: 790px) {
    .login-content {
        margin-top: 0;
    }

    .login-header {
        font-size: 28px;
    }

    .login-footer {
        width: 75%;
    }

    .login-options {
        margin-top: 10px;
    }

    .login-input-wrapper {
        margin-top: 15px;
        height: 60px;
    }

    .login-submit-wrapper {
        height: 60px;
    }

    .login-text {
        font-size: 19px;
    }

    .login-input {
        font-size: 18px;
    }

    .login-footer .clickable {
        font-size: 20px;
    }
    
    .privacy-imprint {
        margin-top: 0px;
        width: 75%;
    }
}

@media only screen and (min-height: 790px) {
    .login-footer .clickable {
        font-size: 22px;
    }
    
}