
.label-field {
    font-family: Helvetica;
    font-size: 12px;
    color: #4A4A4A;
    font-weight: 400;
    margin-bottom: 11px;
}
.login-field::placeholder {
    font-family: Helvetica;
    font-size: 12px;
    color: #E1E4E8;
    font-weight: 400;

}
.login-field {
    padding-left: 12px;
    background: #FFFFFF;
    border: 1px solid #DFE2E6;
    box-shadow: 0 0 3px 0 rgba(0,0,0,0.05);
    border-radius: 20px;
    max-width: 340px;
    height: 40px;

    font-family: Helvetica;
font-size: 12px;
color: #3C474B;
font-weight: 400;
    width: 100%;
}

#login-screen {
    height: 100vh;
    overflow: hidden;
}

#login-screen > #background {
    position: fixed;
    z-index: 0;
    width: 100%;
    height: 100%;
}

#login-screen > #front {
    height: 100%;
    position: fixed;
    width: 50%;
    min-width: 400px;
}

#login-screen #right-form {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 100%;
    padding-top: max(30px, 20vh);;
    padding-left: min(60px, 10vw);
    box-sizing: border-box;
}

#login-screen #left-image {
    position: fixed;
    left: max(444px, 100vw - 760px);
    z-index: 1;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#login-screen #left-image > img {
    width: 708px;
}

#login-screen-title {
    font-family: Helvetica-Light;
    font-size: 20px;
    color: #162521;
    font-weight: 200;
}

#login-screen-subtitle {
    font-family: Helvetica-Bold;
    font-size: 29px;
    color: #2A93B9;
    letter-spacing: 0;
    font-weight: 700;
}

#login-screen #background-white {
    width: 100%;
    background: white;
    height: 100%;
    max-width: 50%;
    min-width: 500px;
}

#login-screen #background-blue {
    max-width: 50%;
    height: 100%;
    background: #2A93B9;
    width: 100%;
}

#login-screen #logo {
    position: fixed;
    left: 60px;
    top: 30px;
}

#login-screen #login-form {
    padding-top: 40px;
    padding-left: 40px;
    height: 100%;
}

#login-platform {
    font-family: Helvetica;
    font-weight: 700;
    font-size: 16px;
    color: #6B6C6F;
    font-weight: 700;
}

#login-footer {
    position: relative;
  left: -30px;
  padding-bottom: 30px;

}

.login-bg{
    height: 100%;
    width: 100%;
    display: flex;
}
.login-form-mt-20 {
    margin-top: 20px;
}
.login-form-mb-20 {
    margin-bottom: 20px;
}
.login-form-mb-12 {
    margin-bottom: 12px;
}
.login-form-m {
    margin-left: 10px;
    margin-bottom: 10px;
}