body {
    background: linear-gradient(180deg, #30363A 0%, #2E3031 100%);
    height: 100vh;
    max-height: 100vh;
    width: 100vw;
    max-width: 100vw;
}
.container {
    overflow: auto;
    margin-top: 5%;
}
#login_image {
    float: left;
    width: 55vw;
    height: 50vh;
    margin-left: 5%;
}

#login_logo {
    max-width: 100%;
    height: auto;
}

#login-box {
    width: 400px;
    height: 470px;
    border-radius: 20px;
    margin-left: 60%;
    border: 2px solid transparent;
    background: linear-gradient(180deg, #30363A 0%, #2E3031 100%) padding-box, linear-gradient(178.19deg, #A1BAFE -35.67%, #8D5185 101.04%) border-box;
}
.box-title-container {
    overflow: auto;
    margin-bottom: -5%;
}

#back-arrow {
    margin: 15% 12%;
    float: left;
}

#brand-container {
    display: flex;
    padding-top: 10%;
}

.brand-text {
    font-family: 'Chakra Petch';
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 62px;
    color: #FFFFFF;
    padding-top: 15px;
}

.input-container {
    margin-left: 12%;
}

label {
    font-family: 'Inter Tight';
    font-style: normal;
    font-weight: 100;
    font-size: 14px;
    line-height: 19px;
    color: #FFFFFF;
}

.input-fields {
    margin-top: 12px;
    width: 290px;
    height: 40px;
    border-radius: 10px;
    padding-left: 8px;
    font-family: 'Inter Tight';
    font-style: normal;
    font-weight: 100;
    font-size: 14px;
    line-height: 19px;
}

#password-div {
    margin-top: 10%;
    position: relative;
}

#submit-button {
    display: flex;
    justify-content: center;
    margin-top: 6%;
}

button[type='submit'] {
    background: #E8F0FE;
    padding: 12px 21px;
    border-radius: 10px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    display: flex;
    align-items: center;
    color: #000000;
    transition: 300ms ease-in;
}

button[type='submit']:hover {
    color: #FFF;
    background: #45C4B0;
    transition: 300ms ease-out ;
}

.forgot-pass {
    color: #689FFF;
    font-family: 'Inter Tight';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    margin-top: 5%;
}

#bottom-link-container {
    display: flex;
    align-items: center;
    justify-content: space-around;
    background: #282828;
    height: 50px;
    padding: 0% 15%;
    margin-top: 5%;
}

.login-link {
    font-family: 'Inter Tight';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    text-decoration: none;
}

#pwd-button {
    position: absolute;
    right: 60px;
    top: 40px;
    border: none;
    background: white;
}