

#user_roles{   
    height: 70%;
    overflow-y: auto;
    overflow-x: hidden;
}
/* SCROOL */
/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--light-blue); 
  border-radius: 5px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

.terms_info {
    margin: auto;
    padding: 0.5em;
    border-radius: 10px;
    background-color: #f7f7f7;
    height: 40vh;
    overflow-y: auto;
    text-align: left;
}

#login_button{
    display: none;
}
.login {
    
    position: relative;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, .1);
    padding: 2em 8em;
    width: 40%;
    margin: auto;
    top: 10vh;
}
.welcome {
    font-family: 'Karla';
    color: #313E5B;
    text-align: center;
    font-size: 1.5em;
    margin-bottom: 0.5em;
}

.button {
    border-radius: 20px !important;
    border: none;
    background-color: #437EEB;
    width: 100%;
    transition: 0.3s ease-in-out;
    font-size: 1em;
    
    color: #fff;
    padding: 0.5em;
    cursor: pointer;
    width: 250px;
    text-align:center;
    margin:auto;
    display: block;
    text-decoration: none;
}

.button:hover {
    opacity: 0.8;
}

.agree {
    color: #313E5B;
    font-family: 'Karla';
    font-size: 0.8em;
    text-align: center;
    vertical-align: middle;
}

.login_logo {
    text-align: center;
}

input {
    vertical-align: middle;
    cursor: pointer;
}

.terms_and_conditions {
    margin-top: 0.5em;
    text-align: center;
}

.link {
    color: #313E5B;
}

.link:visited {
    color: #437EEB;
}

.terms_and_conditions h3 {
    text-align: center;
}

@media (max-width: 768px) {
    .login {
      width: 80%;
      padding: 2em;
    }

    .button {
        width: 50%;
    }
  }


/* MULTI ROLE LOGIN */

body {
    margin: 0;
    font-family: 'Karla';
}

.login_module_background {
    margin: auto;
    margin-top: 7.5%;
    width: 450px;
    height: 600px;
    box-shadow: 0px 0px 10px 1px rgb(0 0 0 / 10%);
    border-radius: 10px;
    max-width: 90%;
}

.dark_blue {
    color: #313E5B;
}

.gray {
    color: #A4ACBF;
}

.white {
    color: white; 
}

.text_big {
    font-family: 'Karla';
    font-size: 24px;
}

.text_normal {
    font-size: 14px;
}

.text_small {
    font-size: 12px;
}

.round_button {
    height: 30px;
    width: 30px;
    border-radius: 20px;
    background-color: #D9D9D9;
    box-shadow: 0px 0px 10px 1px rgb(0 0 0 / 10%);
    cursor: pointer;
    transition: 0.3s;

}

.round_button:hover {
    background-color: #437EEB;
}

.log_in_as_icon {
    width: 30px!important;
}

.line {
    width: 75%;
    margin: auto;
    background-color: #D9D9D9;
    height: 1px;
}
