body {
    width: 100vw;
    overflow-x: hidden;
}
/* --------------------------------
   Login form
   -------------------------------- */
.cd-login-center{
    margin: auto;
    width: 300px;
}
.eula{
    position: absolute;
    left: 0; 
    right: 0;
    margin-left: auto; 
    margin-right: auto; 
    width: 300px;
    bottom: 10px;
    text-align: center;
    color: #777;
}
.cd-login-form{
    position: relative; 
} 
.cd-login-form > .cd-logo-company{
    font-size: 20px;
    color: #999;
    margin-bottom: 10px;
}
.cd-login-form > .cd-logo-product{
    font-size: 28px;
    font-weight: bold;
    color: black;
}
.cd-login-form p {    
    color: #000000;
    font-size: 25px;
    margin-bottom: 30px;
}
.cd-login-form img {
    width: 55px;
}
.cd-login-form a {
    display: block;
    text-decoration: none;
    font-size: 13px;
    color: #777;
    text-align: center;
    font-size: 15px;
}
.cd-login-form .a_left {
    text-align: left;
}
.cd-login-form .mt {
    display: block;
    background-color: #DDD;
    border: 1px solid #AAA;
    padding: 10px;
    width: 300px;
    margin-top: 8px;
    margin-bottom: 15px;
}
.cd-login-username, .cd-login-password{
    display: block;
    margin-bottom: 10px;
    background: white;
    min-width: 300px;
    color: black;
    border-radius: 30px;
    border: 0;
    width: 300px;    
    padding: .9rem;
    padding-left: 20px;
    font-family: "Montserrat";
    -webkit-transition: 250ms background ease-in;
    transition: 250ms background ease-in;
}
.cd-login-username:focus, .cd-login-password:focus {
    outline: none;
    -webkit-transition: 250ms background ease-in;
    transition: 250ms background ease-in;
}
.cd-login-form .login_error{
    color: red;
    font-size: 13px;
    max-width: 250px;
    margin-top: 0px;
    margin-bottom: 10px;
    padding-left: 10px;
}
.cd-login-submit {
    display: block;
    background: #33ADF4;
    color: white;
    cursor: pointer;
    border-radius: 30px;
    font-size: 15px;
    border: 0;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: .7rem;
    width: 300px;
    -webkit-transition: 250ms background ease-in;
    transition: 250ms background ease-in;
}
.cd-login-submit:hover {
    background: #007DF4;
}
.cd-login-submit:focus {
    outline: none;
}
.cd-login-option{
    padding-top: 5px;
    width: 260px;
    margin-bottom: 10px;
}
.cd-login-option select {
    background: white;
    border: none;
    border-radius: 30px;
    font-size: 13px;
    height: 37px; 
    padding: 5px; 
    padding-left: 20px;
    width: 300px;
    font-family: "Montserrat";
    outline: none;
 }
 .autologin_notification{
    margin-left: 10px; 
    margin-top: 20px; 
    max-width: 300px;
    text-align: justify;
 }
 #registration_notification_wrapper, #reset_message_sent_label,  #registration_notification_wrapper > p{
     font-size: 14px;
 }
/* --------------------------------
   Checkbox
   -------------------------------- */
.cd-login-center .checkbox-container {
    position: relative;
    padding-left: 35px;
    padding-top: 2px;
    margin-left: 20px;
    cursor: pointer;
    color: #999;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;    
}
.cd-login-center .checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    pointer-events: none;
}
.cd-login-center .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #F0F0F0;
    border: 1px solid darkgray;
    border-radius: 3px;
}
.cd-login-center .checkbox-container:hover input ~ .checkmark {
    background-color: #AAA;
}
.cd-login-center .checkbox-container input:checked ~ .checkmark {
    background-color: #33ADF4;
}
.cd-login-center .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.cd-login-center .checkbox-container input:checked ~ .checkmark:after {
    display: block;
}
.cd-login-center .checkbox-container .checkmark:after {
    left: 7px;
    top: 4px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/* --------------------------------
   SOCIAL MEDIA BUTTON
   -------------------------------- */
.social_button{
    display: block;
    position: relative;
    width: 222px;
    height: 40px;
    text-align: left;
    font-size: 16px;
    background-color: white;
    margin-top: 5px;
}
.social_button:hover{
    background-color: #E0FFFF;
}
.social_button.facebook{
    color: #3b5998;
    border: 1px solid #3b5998;
}
.social_button.google{
    color: #d62d20;
    border: 1px solid #d62d20;
}
.social_button.linkedin{
    color: #0077B5;
    border: 1px solid #0077B5;
}
.social_button img {  
    position: absolute;
    left: 12%;
    top: 50%;
    width: 30px;
    height: 30px;
    margin-left: -15px;
    margin-top: -15px;
}
.social_button span{
    display:inline-block;
    margin-left: 60px;
    vertical-align:middle;
}
/* --------------------------------
   POLICY MODAL
   -------------------------------- */
.policy_modal-content {
    background-color: #fefefe;
    margin: 2% auto 2% auto;
    border: 1px solid #888;
    width: 90%; 
    height: 90%;
    overflow: auto;
}
.policy_modal-content > .title, .title_tac {
    padding: 15px;
    color: black;
    font-size: 20px;
    margin-left: 30px;
    margin-right: 30px;
    border-bottom: 3px solid grey;
}
.policy_modal-content > .text, .text_tac {
    color: grey;
    padding-top: 20px;
    padding-bottom: 10px;
    padding-left: 40px;
    padding-right: 40px;
    text-align: justify;
    line-height: 1.6;
    font-family: "Montserrat";
}
.policy_modal-content > input {
    background: #33ADF4;
    color: white;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 40px;
    width: 120px;
    padding: 8px 20px;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    outline: none;
}

.policy_modal {
    display: none; 
    position: fixed; 
    z-index: 1; 
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; 
    overflow: auto; 
    background-color: rgba(0,0,0,0.4);
    padding-top: 0px;
    padding-left: 0px;
}

.policy_animate {
    -webkit-animation: animatezoom 0.6s;
    animation: animatezoom 0.6s
}
@-webkit-keyframes animatezoom {
    from {-webkit-transform: scale(0)} 
    to {-webkit-transform: scale(1)}
}   
@keyframes animatezoom {
    from {transform: scale(0)} 
    to {transform: scale(1)}
}
/* --------------------------------- */