/*
uamLoginForm.css

The file for the login form style.
Modify this file to change the style of the login form.
*/



.uam_login_link {

}



.uam_login_form { 
    position:relative;

    
padding: 50px;
    --background-color: #F0F0F0!important;
    
padding: 20px;

    border-radius: 25px;
    border: 2px;
    box-shadow: 0 1px 6px rgba(0,0,0,.12) , 0 1px 6px rgba(0,0,0,.12);
   
}



.uam_login_form .input {

    display:block;    
    text-align: center;
    --background-color: #ECF0F1!important;
    border: 2px solid transparent;
    border-radius: 3px;
    font-size: 16px;
    font-weight: 200;
    padding: 10px 0;
    width: 250px;
    transition: border .5s;
    margin: 0 auto;
    border: 1px solid #999;
}


.uam_login_form .input:focus{
     border: 2px solid #3498DB;

     box-shadow: none;
}

.uam_login_form .input_label {

     display:block;

     font-size: 16px;
     text-align: center;}



.uam_login_form .checkbox {
	margin-left:65%;
        margin-top:5%;
	
}



.uam_login_form .checkbox_label {

}



.uam_login_form .button {
    
        display:block; 
        border: 2px solid transparent;
  
        background: #3498DB;
  
        color: #ffffff;
  
        font-size: 16px;
  
        line-height: 25px;
  
        padding: 10px 0;
  
        text-decoration: none;
  
        text-shadow: none;
  
        border-radius: 3px;
  
        box-shadow: none;
  
        transition: 0.25s;
  
        display: block;
  
        width: 250px;
  
        margin: 0 auto;
}



.uam_login_options {

}



.uam_login_options a {

}