body{
    background-color: #08AEEA;
    background-image: linear-gradient(0deg, #08AEEA 0%, #2AF598 100%);
    height: 1200px;
}

.logo-col{
    text-align: center;
    background-color: white;
    border-radius: 20px;
    padding: 10px;
}

.logo-col .logo-img{
    padding-bottom: 10px;
}

.logo-col span{
    text-align: center;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-width:100;
    font-size: 18px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo-col img{
    height: 80px;
    /* border-radius: 360px; */
}

.form-container{
    width: 100%;
}

.form-container form{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    
}

.form-cols{
    padding: 20px;
    width: 100%;
}

.form-cols .col-md-12{
    padding: 15px 15px 10px 15px;
}




