@font-face {
    font-family: Roboto;
    src: url(../Roboto/Roboto-Regular.ttf) format('truetype');
}

@font-face {
    font-family: Montserrat;
    src: url(../Montserrat/Montserrat-Regular.ttf) format('truetype');
}

.login_page_content {
    height: 100vh;
    overflow: hidden;
    max-width: 1350px;
    width: 100%;
    margin: auto;
    position: relative;
}

.form_login_wrap {
    float: right;
    height: 100%;
    overflow-y: auto;
    margin: 0;
    padding: 0;
}

.form_login_content {
    max-width: 470px;
    width: 100%;
    padding: 20px;
    margin: auto;
}

.login_title {
    margin-bottom: 1.5rem;
    font-size: 64px;
    font-style: italic;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    color: #219653;
}

p.site_des {
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 1.5rem;
}

.login_email,
.login_password {
    height: 54px;
    font-size: 16px;
    color: #545454;
    font-family: 'Montserrat', sans-serif;
    padding: 0 1rem;
    border: 1px solid #C6C6C6;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 1rem !important;
}

.login_submit {
    font-size: 16px !important;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    height: 48px !important;
    padding: 0 30px !important;
    border: 0;
    color: #fff !important;
    background-color: #218838 !important;
    border-color: #1e7e34 !important;
}

.login_page_content {
    height: 100vh;
    overflow: hidden;
    max-width: 1350px;
    width: 100%;
    margin: auto;
}

img.bg_login {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    object-fit: none;
    object-position: left center;
    width: 100%;
}

p.site_des {
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 1.5rem;
}

.btn {
    font-size: 13px;
    line-height: 32px;
    height: 32px;
    padding: 0 10px;
    min-width: 72px;
}