@import url(fonts.css);
body {
    font-family: 'Quicksand', sans-serif;
    background: url('../images/BCKG.png') no-repeat center center fixed;
    background-size: cover;
}

.db {
    display: block;
    margin-bottom: 40px;
}

.login-register {
    padding-top: 5%;
}

.login-box {
    width: 400px;
    /* height: 400px; */
    margin: auto;
    text-align: center;
    border-radius: 30px; 
    border: none;
    background-color: #b3cedc;
    position: relative;
}

.btn-info {
    color: #fff;
    background-color: #009efb;
    border-color: #009efb;
}

.form-control {
    color: #67757c;
    min-height: 38px;
    display: initial;
}

.form-material .form-control {
    background-color: transparent;
    background-position: center bottom, center calc(100% - 1px);
    background-repeat: no-repeat;
    background-size: 0 2px, 100% 1px;
    padding: 0;
    -webkit-transition: background 0s ease-out 0s;
    -o-transition: background 0s ease-out 0s;
    transition: background 0s ease-out 0s;
}

.form-material .form-control.focus, .form-material .form-control:focus {
    background-size: 100% 2px, 100% 1px;
    outline: 0 none;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.form-material .form-control, .form-material .form-control.focus, .form-material .form-control:focus {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#009efb), to(#009efb)), -webkit-gradient(linear, left top, left bottom, from(#d9d9d9), to(#d9d9d9));
    background-image: -webkit-linear-gradient(#009efb, #009efb), -webkit-linear-gradient(#d9d9d9, #d9d9d9);
    background-image: -o-linear-gradient(#009efb, #009efb), -o-linear-gradient(#d9d9d9, #d9d9d9);
    background-image: linear-gradient(#009efb, #009efb), linear-gradient(#d9d9d9, #d9d9d9);
    border: 0 none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    float: none;
}

.form-input {
    width: 100%;
    background-color: rgba(255, 255, 255, 0);;
    border-color: #114067;
    border-radius: 20px;    
    text-align: left;
    color: #114067;
    font-weight: bold;
    outline: none;
    caret-color: #114067;
    padding-left: 5%;    
}

.login-body {
    width: 200px;
    margin: auto;
    padding-top: 10%;     
}

.login-label-text {
    width: 100%;
    color: #114067;
    font-weight: bold;
    font-size: 16px;
    text-align: left;
}

.login-button {
    width: 125px;
    height: 25px;
    background-color: #114067;
    color: white;    
    text-align: center; 
    font-size: 16px; 
    font-weight: bold;
    cursor: pointer; 
    border: none; 
    border-radius: 30px;
    outline: none;
}

#login-text {
    color: #114067;
    font-weight: bold;  
    font-size: 24px;
    padding-top: 10%;  
}

#app-name-text {
    color: white;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;  
    font-size: 96px;
    padding-bottom: 2%;
}


