@font-face {
    font-family: 'LexendDeca-Regular';
    src: url('LexendDeca-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;    
  }   

body{
    background-image: linear-gradient(90deg,rgba(14,151,174,1),rgba(14,151,174,0.8)),url(cadoles-header.jpg);
    background-position-y: 0px;
    background-repeat: no-repeat;
    background-size: cover;
}

#mytitle {
    color: #ffffff;
    text-align: center;
    font-size: 75px;
    font-family: LexendDeca-Regular;
    margin-top: 30px;
}

#mylogo {
    width:100px;
    background: none !important;
}

#logincontent {
    max-width:500px;
}

.alert {
    text-align: center;
}

.card {
    border-radius: 10px;

}
#footer{ 
    display: none;
}