.login-form {
    background: rgba(243, 245, 248, 1);
    height: calc(100% + 64px);
    width: 100%;
    position:absolute;
}
.login-form form{
    position: relative;
    margin-left:7%;
}
.login-form .login_logo {
    background-image: url(/images/login_logo.svg);
    height: 100%;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: top left;
    max-width: 700px;
    min-width: 45%;
}
.login-form__box {
    width: 480px;
    border-radius: 12px;
    padding: 40px;
    background: rgba(255, 255, 255, 1);
}
.login-form__header{
    font-size: 24px;
    line-height: 32px;
    color: rgba(35, 45, 68, 1);
    font-weight: 500;
    font-family: 'Inter Medium';
    margin-bottom:24px;
}
md-input-container.md-icon-right.bordered,
md-input-container.bordered {
   margin-top:0;
    width: 100%;
    padding:0;
    border: 1px solid rgba(170, 182, 208, 0.4);
    border-radius: 2px;
    margin-bottom: 20px;
}
md-input-container.bordered .md-errors-spacer {
    float: right;
    min-height: 0px;
    min-width: 0px;
    margin-bottom:5px;
}
md-input-container.bordered .md-input,
md-input-container.bordered.md-input-focused .md-input{
    border-bottom: unset;
    height: 48px;
    padding: 14px 16px;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}

md-input-container.bordered.md-input-focused .md-input,
md-select.bordered_select.ng-valid.ng-not-empty .md-select-value,
md-select.bordered_select.ng-pristine.ng-untouched {
     color:  rgba(35, 45, 68, 1);
}
md-select.bordered_select {
    width: 100%;
    padding:0;
    height:48px;
    border: 1px solid rgba(170, 182, 208, 0.4);
    border-radius: 2px;
    margin-top: 0px;
    margin-bottom:20px;
}
md-select.bordered_select .md-select-value {
    border-bottom: unset;
    padding: 0px 16px;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}

md-input-container.bordered.md-input-focused .md-input,
md-input-container.bordered.md-input-resized .md-input,
md-input-container.bordered .md-input.ng-invalid.ng-dirty {
    padding-bottom: 14px;;
    border-width: 0px;
}
md-input-container.bordered.md-input-invalid {
    border: 1px solid rgba(255, 56, 56, 1);
    margin-bottom: 8px;
}
md-input-container.bordered.md-icon-right>md-icon:last-of-type,
.bordered_select .md-select-value .md-select-icon {
    right: 16px;
    height: 48px;
    top: 0;
}

 md-input-container.md-input-has-value ,
 md-input-container.md-input-focused ,
 md-input-container.md-input-invalid  {
    color:  rgba(35, 45, 68, 1);
}
.login-form .right {
    width: 100%;
    justify-content: end;
    display: flex;
}

.login-form input:-webkit-autofill {
   -webkit-box-shadow: 0 0 0 30px #fff inset;
}


div.input_label {
    color:  rgba(35, 45, 68, 1);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: left;
    margin-bottom: 8px;
}
div.error_input_label {
    color:rgba(255, 56, 56, 1);
}