.card-header{
    text-align: center;
    font-size: 18px;
    color:  #A9A9A9;
    
}
.card{
    width: 600px;


    margin: auto;
    margin-top: 10px;

    border: 1px solid #D3D3D3;
    padding: 20px 10px;
}

.row .form-control{
    width: 100%;
    height: 30px;
    border: none;
    border: 0.2px solid #D3D3D3;
    border-radius: 5px;
    margin-top: 8px;
    background-color: 	#F8F8F8;
    padding-left: 10px;

}
.row .form-control:focus{
outline: none;
}
.row .col-md-6 select{
    height: 45px;
}


.card-body .row{
    padding: 10px 20px;
    display:block;
}

.login-btn{
    width: 12%;
    background: #00BFFF;
    height: 38px;
    border-radius: 5px;
    border: none;
    text-decoration: none;
    color: white;
    margin-bottom: 20px;
    cursor: pointer;
}

.login-btn:hover{
    background: #00ced1;
}







.form-control{
    width: 100%;
}

/* .logo{
    background-image: url(../img/tulips-logo.png);
    text-align: center;
    
    background-size: cover;
    background-repeat: no-repeat;
    width: 300px;
    height: 00px;
} */



.logo{
    text-align: center;
    margin: 25px;
    margin-top: 80px;
}

.logo h1{
    color: green;
    font-size: 40px;
}

.text-md-end{
    padding-top: 10px;
}

.btn-link{
    border: 1px solid #D3D3D3;
    padding: 10px;
    text-decoration: none;
    color: black;
    font-size: 15px;
    margin-left: 10px;

}

.row label{
    color: #333333;
}

.register{
    padding-top: 15px;
    margin-bottom: 15px;
}


