body {
    background-color: #FAFBFC;
    height: 100vh;
}
.login-error {
    color: #EA5230;
}
#login-container {
    height: calc(100vh);
    width: 100vw;
}
#page-left {
    color: #204071;
    font-size: 26px;
    height: 100%;
    width: 50%;
    float: left;
}

#welcome-copy {
    position: relative;
    top: 50%;
    left: 100%;
    transform: translate(-100%, -50%);
    width: 516px;
    padding-right: 90px;
    box-sizing: content-box;
}
#welcome-header {
    margin-bottom: 24px;
}

#page-right {
    color: #204071;
    height: 100%;
    width: 50%;
    float: left;
}
#sign-up-form {
    position: relative;
    height: 180px;
    width: 450px;
    left: 50%;
    top: 50%;
    margin-top: -170px;
    margin-left: -250px;
}
#login-form {
    margin-top: 0;
    position: relative;
    width: 576px;
    left: 0%;
    top: 50%;
    margin-left: 30px;
    transform: translate(-0%, -50%);
}
.login-label {
    margin-bottom: 8px;
}
.form-row {
    width: 100%;
    margin: 0;
    margin-bottom: 24px;
}
.form-name {
    width: 160px;
}
.form-group {
    width: 200px;
}
#id_password,
#id_password1 {
    margin-bottom: 4px;
}
#id_password1, #id_email, #id_password {
    width: 100%;
}
.form-row input{
    font-size: 18px;
    border-radius: 20px;
    text-align: center;
    background-color: #F2F2F2;
    border-style: none;
    height: 40px;
    margin-bottom: 4px;
    margin-right: 0;
    text-align: left;

    font-family: open-sans;
    font-size: 16px;
    text-align: left;
    padding-left: 30px;
}
.form-row-password {
    margin-bottom: 32px;
}
.form-row-email {
    margin-bottom: 24px;
}
.form-row ul {
    padding: 0;
    margin-bottom: 0;
}
.form-row li {
    list-style-type: none;
}

.full-row {
    width: calc(100% - 40px);
}
#arrow-continue {
    color: #00C3B3;
    font-size: 30px;
    position: relative;
    width: 100%;
    text-align: right;
    margin-right: 40px;
    margin-top: 40px;
}
#get-started {
    color: #204071;
    font-size: 20px;
}
#disclaimer {
    position: relative;
    left: 50%;
    top: 50%;
    margin-left: -250px;
    margin-top: 40px;
    font-size: 16px;
}
div.login-form-error input {
    background: #FACBBF;
    border: 1px solid #EA5230;

}
#navbar {
    display: none !important;
}
