@import url('https://fonts.googleapis.com/css2?family=Roboto');

body {
    background: url("../img/login-bg.jpg") repeat;
    background-size: cover;   
}

a, .link {
    color: #E3655B;
    font-family: 'Roboto', sans-serif;      
    font-weight: bold;
    font-size: inherit;
}	

p, h1 {  
    color: #52414C;
    font-family: 'Roboto', sans-serif;        
}

p {
    font-size: 16px;
}

.bold{
    font-weight: bold;
}
    
.centered {        
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    
}

.max-w{
	max-width: 480px;
}

.form {       
    border-radius: 10px;
    background-color: white;
    padding: 0px 30px;      
}   

.logo-text {
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    font-size: 40px;
    color: #52414C;
    margin-bottom: 20px;
}

#logo-container {
    max-width: 300px;
    margin-left: -35px;
    margin-bottom: 20px;
    content: url("../img/w2p-logo-colour-transparent.png");
}

.login-label {
    color: #7E6977;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 0px;
}    

input.login-input{        
    border-top-style: hidden;
    border-right-style: hidden;
    border-left-style: hidden;
    border-bottom-style: solid;
    background-color: white;   

    color: #52414C;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    height: 45px; 		
    margin-bottom: 35px;	
    width: 100%;

    padding-left: 10px;
}    

input.login-input::placeholder {
    opacity: 0.5;
    color: #94858F;
}


input.btn-text {
    border: none;
    padding: 0;
    background: none;
}

.submit-button {        
    width: 150px;
    border-radius: 5px;
    margin-bottom: 20px;           
}	

.copyright {
    font-family: 'Roboto', sans-serif;
    color: white;
    text-align: center;
    font-size: 14px;
    font-weight: normal;        
}      

.info, .info p, .info a {
    font-size: 14px;
    margin: 0;
    color: #94858F;
}

.info {
    margin-bottom: 20px;
}

.info p, .info a {        
    margin: 0;        
}

.info a {
    text-decoration: underline;
    margin: 0px;
}

.form-wrap:last-child {
    margin-bottom: 0px;
}

/*Scrollbar*/
*::-webkit-scrollbar {
    width: 8px; 
}
  
  *::-webkit-scrollbar-track {
    background: #f1f1f1; 
}
  
  *::-webkit-scrollbar-thumb {
    background: #c1c1c1; 
}

input {
    outline: 0;
}

/*Autofill background*/
input:-webkit-autofill, 
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus
{
    border-radius: 5px;    
}