body {
    background-color: rgb(51, 127, 228);
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.login_title{
    text-align: center;
    text-transform: uppercase;
    color: white;
    font-weight: bold;
    font-size: 2em;
    margin-top: 30%;
    
}
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 20px;
}
