.rb-main-login{
    height: 100vh;
    background: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
html, body{
    margin: 0;
    padding: 0;
}
.rb-login-image-container{
    width: 50%;
    height: 100%;
    background: #FEE600;
}
.rb-login-form-container{
    width: 50%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.rb-login-inner{
    max-width: 364px;
}
.rb-login-company-icon{
    width: 104px;
    height: 104px;
    background: #FEE600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.32);
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.32);
    margin: 86px auto 65px;
}
.rb-login-input{
    width: 364px;
    height: 56px;
    background: #F4F4F4;
    margin-top: 5px;
    margin-bottom: 5px;
    border: none;
    outline: none;
    position: relative;
    font-family: "SF Pro Text";
    font-weight: 400;
    padding-left: 16px;
}
.rb-login-headline{
    text-align: center;
    font-family: Navigo;
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
    color: #2B2D33;
    margin: 0;
}
.rb-login-backend-version{
    font-family: 'SF Pro Text';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 24px;
    color: #808185;
    text-align: center;
}
.rb-login-submit{
    color: #2B2D33;
    font-family: 'SF Pro Text';
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 24px;
    background: #FEE600;
    border: 0;
    outline: none;
    border-radius: 16px;
    width: 327px;
    height: 56px;
    margin: 110px auto 20px;
    display: block;
}
.rb-login-forgot-password{
    text-decoration: none;
    font-family: 'SF Pro Text';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #AAABAD;
    display: block;
    margin: 0 auto;
    text-align: center;
}
