body {
    
    background-image: url(../img/home_background5.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    font-size: 25px;
    
}

.logo {
    
    width: 200px;
    margin: 0 auto;
}


.logo-link {
      
      text-decoration: none;
      font-family: 'Pacifico', cursive;
      font-size: 40px;
      font-weight: 400;
      letter-spacing: 4px;
      color: white;

}

p {
   
      font-family: 'Quicksand', sans-serif;
      font-size: 20px;
      text-align: center;
    
}

input {
                
    width: 260px;
    padding: 7px 5px 7px 5px;
    font-size: 25px;
    border-radius: 5px;
    border: 1px solid grey;
    font-family: 'Quicksand', sans-serif;
    font-size: 22px;
    display: inline-block;
}

label {
    
    
    font-family: 'Quicksand', sans-serif;
    font-weight: bold;
}

.smallerLabel {
    
    font-size: 18px;
}

#rememberPass {
    
    width: 25px;
    
}

.font-element {
    
    margin: 15px;
    
}

.wrapper {

    width: 300px;
    margin: 60px auto;
    background-color: rgba(0,0,0,0.7);
    border-radius: 7px;
    padding: 20px;
    color: white;
}

#loginButton {
    
    background-color: #039BE5;
    color:white;
    border: none;
    display: block;
    width: 120px;
    margin: 0 auto;
    -webkit-appearance: none;
}

.bottom-text p{
    
    font-size: 18px;
    
}

.bottom-text a {
    
    text-decoration: none;
    color: #039BE5;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */    


@media screen and (min-device-width: 480px) and (max-device-width: 1199px){

    .wrapper {

        width: 340px;
        margin: 200px auto;
    }
    
    input {
                
        width: 300px;
    }
    
    .bottom-text p{
    
        font-size: 20px;
    
    }

    .smallerLabel {

        font-size: 20px;
    }
    
    p {
       
       font-size: 23px;

    }
    
    
}

@media screen and (min-device-width: 1200px) and (max-device-width: 1599px){
    
    .wrapper{
        
        width: 360px;
        margin: 55px auto;
    }
    
    input {
                
        width: 320px;
    }
    
    .bottom-text p{
    
        font-size: 20px;
    
    }

    .smallerLabel {

        font-size: 20px;
    }
    
    p {
       
       font-size: 23px;

    }

}

@media screen and (min-device-width: 1600px){
    
    .wrapper {
        
        width: 480px;
        margin: 150px auto;
    }
    
    input {
                
        width: 440px;
    }
    
    .bottom-text p{
    
        font-size: 27px;
    
    }

    .smallerLabel {

        font-size: 30px;
    }
    
    p {
       
       font-size: 33px;

    }
    
}



