﻿.main {
    display: grid;
    box-sizing: border-box;
    min-width: 100%;
    max-width: 100% !important;
    margin-left: auto;
    margin-right: 10%;
    margin-bottom: auto;
    margin-top: auto;
    width: 100% !important;
    align-items: center;
    grid-template-columns: 50% 50%;
    position: absolute;
    top: 0;
    bottom: 0;
}


.login__div {
    margin-top: 5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
    width: 100%;
}

.auth-form {
    width: 50%;
    margin-bottom: 1.2rem;
}

.auth__button{
    width:100%;
}

.left_login {
    color: #3B3B41 !important;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #D9D9D9;
    height: 36px;
    text-decoration: none;
    border-radius: 6px 1px 1px 6px;
}

.right_login {
    color: white !important;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #008F91;
    height: 36px;
    text-decoration: none;
    border-radius: 0px 6px 6px 0px;
}


.login_radio_container {
    display: flex;
    width: 100%;
    margin-bottom: 30px;
}

.auth-form {
    width: 100%;
    margin-bottom: 1.2rem;
    margin-top: 30px;
}

.auth-cover {
    margin: 5%;
    zoom: 180%;
}

.language {
    padding-right: 30px;
    width: 92%;
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-size: 14px;
}
