@import url('https://fonts.googleapis.com/css2?family=Varela+Round&display=swap');
.navbarImg{
    background-image: url('../images/dsologo.png');
    background-size: 8%;
    background-position: 10px center;
    background-repeat: no-repeat;
    margin-left: 3% !important;
}
.background{
    background-image: url('../images/background-login.jpg') !important;
    background-repeat: no-repeat;
    background-size: 100% 100% !important;
    
}
.card{
    top: 50%;
    left: 50%;
    margin: -110px 0 0 -20%;
    width: 35%;
    border-radius: 25px;
    padding: 1% 2% 2% 2%;
    position: absolute;
}

.title{
    color: #ff8000;
    font-size: 300%;
    font-weight: bold;
}

.bodyText{
    text-align: center;
     color:#727272;
     
     
}

#contraButton{
    background-color: #ff8000;
    width: 50%;
    height: 40px !important;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 25px;
    font-family: 'Varela Round', sans-serif;
    color: white;
    font-size: 14px;
    margin-top: -2%;
    float: right !important;
}

h5, a,strong {
    font-family: 'Varela Round', sans-serif;
}

::placeholder{
    font-family: 'Varela Round', sans-serif;
}

span{
    background-color: #eeeeee !important;
    height: 40px !important;
    border: none !important;
    border-bottom-left-radius: 25px !important;
    border-top-left-radius: 25px !important;
    
}

input{
    background-color: #eeeeee !important;
    width: 100% !important;
    height: 40px !important;
    border: none !important;
    border-bottom-right-radius: 25px !important;
    border-top-right-radius: 25px !important;
    outline: none;
    
}
    
input[type=text]:focus {
    outline: none;
    color: #727272;
}

