form {
    padding: 0;
}
.rc-login {
    box-sizing: border-box;
    max-width: 436px;
    width: 100%;
    min-height: 50vh;
    height: auto;
    margin: 0 auto;
    margin-top: 60px;
    padding: 60px 16px;
    font-family: 'Greycliff', sans-serif;
    font-style: normal;
    color: #000;
}

.rc-login--body {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 16px;
    padding-bottom: 20px;
    background: #FFFFFF;
    box-shadow: 0px 1px 4px rgb(25 29 72 / 20%);
    border-radius: 6px;
}

.rc-login--header-media {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 8px 40px;
    position: relative;
}

.rc-login-header-media-line {
    position: absolute;
    width: 100%;
    border: 1px solid #D7D7D7;
    z-index: 1;
}

.rc-login--header-media svg {
    background: #fff;
    z-index: 2;
}

.rc-login--header-title {
    margin: 24px 0px 24px 40px;
    font-weight: 700;
    font-size: 28px;
    line-height: 32px;
    font-family: sans-serif;
}

.rc-login-form {
    margin: 0px 40px;
}

.rc-login-form-button:hover, .rc-enter-code-btn:hover,
.rc-login-form-button, .rc-enter-code-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 11px 16px;
    width: 100%;
    height: 40px;
    background: #163840;
    color: #fff;
    border-radius: 6px;
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
    cursor: pointer;
    position: relative;
    margin-top: 28px;
}

.rc-login-form-email {
    font-family: 'Avenir';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.47px;
    mix-blend-mode: normal;
    border: 1px solid #A7A7A7;
    border-radius: 6px;
    width: 100%;
    padding: 12px 0px 10px 12px;
    height: 42px!important;
}

.rc-login-form input:focus {
    outline: none;
    outline-offset: 0.3rem;
    box-shadow: 0 0 0 0.3rem rgb(255, 255, 255),0 0 0.5rem 0.4rem rgba(26, 26, 26,.3);
    border: 1px solid #a7abad;
}