* {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;

}

a {
    text-decoration: none;
}

body {
    margin: 0;
    width: 100vw;
    height: 100vh;
}

.header {
    display: flex;
    justify-content: center;
    padding-top: 100px;
    box-sizing: border-box;
}

.logo_login {
    width: 450px;
    height: 640px;
}
.form_acc{
    height: 586px;
}
.login_form {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: 30px;
    width: 100%;
}

.header_login {
    padding-top: 20px;
    height: 100px;
    width: 175px;
    margin: auto;
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
}

.login {
    margin-top: 31px;
    width: 351px;
    height: 399px;
    border: 1px solid #e6e6e6;
}

.input1,
.input2 {
    outline: none;
    background-color: rgb(250, 250, 250);
    width: 270px;
    height: 37px;
    margin-bottom: 5px;
    padding: 8px 12px;
    border: 1px solid #dbdbdb;
    box-sizing: border-box;
    border-radius: 3px;
}

.btn_login {
    margin-top: 14px;
    background-color: #4cb5f9;
    width: 270px;
    height: 31px;
    border: none;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    -webkit-text-fill-color: #ffff;
}

.next1 {
    margin-top: 20px;
    display: flex;
    width: 270px;
    align-items: center;
}

.line {
    width: 100%;
    height: 1px;
    flex-shrink: 1;
    position: relative;
    flex-grow: 1;
    background-color: rgba(0, 0, 0, 0.3);
}

.in-next {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 13px;
    font-weight: 600;
    -webkit-text-fill-color: #777373;
}

.link_to_fb {
    text-decoration: none;
    font-weight: 500;
    display: flex;
    font-size: 14px;
    color: #385185;
    margin-top: 20px;
}

.icon_fb {
    margin-right: 8px;
    font-size: 20px;
}

.forgot_pw {
    margin-top: 30px;
    text-decoration: none;
    font-size: 12px;
    color: #00376B;
}

.register {
    margin-top: 15px;
    width: 351px;
    height: 60px;
    border: 1px solid #e6e6e6;
}
.register_form {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    margin: 5px 65px;
}
.a_register_form {
    color: #0095F6;
    font-weight: 600;
}
.download {
    display: flex;
    align-items: center;
    flex-direction: column;
}
.p_download {
    font-size: 14px;

}


.logogg {
    width: 137px;
    height: 39px;
}
.logomc {
    width: 107px;
    height: 39px;
}
.footer{
    margin-top: 72px;
    display: flex;
    align-items: center;
    flex-direction: column;
    font-size: 12px;
}
.footer_first {
    display: flex;
    gap: 10px;
}

.footer_first a{
    color: #737373;
}

.footer_second {
    display: flex;
    align-items: center;
}

.footer_second a{
    color: #737373;
}

.language {
    border: none;
    color: #737373;
}

