body {
    background-color: #F0F2F5 !important;
}

.hideme {
    display: none;
}



@media(max-width:1200px) {

    .hideme {
        display: visible;

    }

    .showme {
        display: none;
    }

    /* Add these styles to stretch out the form */
    .containerhide {
        width: 85%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 15px;
   
        margin-top: 0;

    }

    .card {
        height: min(90vh, 90vw);
        
        border: none;
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
       
    }

    .card-body {
        padding: 5px 5px;
        padding-right:30px;
        padding-left:30px;
        
       

    }

    .logo {
        margin-bottom: 40px !important;
    }

    .form-control {
        margin-bottom: 20px;
        height: 120px;
        font-size: 20px;
        border-radius: 30px;
        padding: 0px 30px;
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
        font-size: 35pt;
        display: inline-flex;
        align-items: center;
        justify-content: center;
 
    }

    .btn {
        height: 120px;
        border-radius: 30px;
        font-size: 20px;
        padding: 15px 50px;
        margin-top: 30px;
        background-color: #207437;
        color: #fff;
        border-color: #207437;
        font-size: 35pt;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        
    }

    /* End of stretch styles */

    body {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100vh;
    }
}