.btn{
   
    background: #048cad;
    transition: auto !important;
    border: 0px;
    font-weight: bold;
    width: 200px;
}

.btn:hover{
   
    background: linear-gradient(90deg,  #048cad 0%,#05bcd4 100%);
    transition: auto !important;
    
    
}

input{
    width: 300px !important;
    margin: auto;
}

.form-control:focus { border-color: #0dcaf0; box-shadow: inset 0 1px 1px rgba(0 0 0/0%), 0 0 8px #0dcaf0; }

