html {
    scroll-behavior: smooth;
}

body {
    /* height: 95vh; */
    /* display: flex; */
    /* align-items: center; */
    /* align-items: center; */
    /* justify-content: center;
    justify-content: space-evenly; */
    width: 100%;
    /*background: linear-gradient(to left, #eee9e8 50%, #4c84ff 50%);*/
}

.left-side {
    margin-top: 8%;
    width: 50%;
    float: left;
    line-height: 25px;
    color: whitesmoke;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
        Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

.left-side img {
    width: 50%;
    height: 40%;
}

.left-side button {
    outline: 0;
    border: none;
    cursor: pointer;
    color: #da251c;
    font-weight: bold;
    padding: 10px 25px;
    border-radius: 12px;
    display: inline-block;
    border: 2px solid white;
    background-color: white;
}

.left-side button:hover {
    color: white;
    background-color: #da251c;
    border: 2px solid white;
}

.right-side {
    margin-top: 1%;
    width: 50%;
    float: right;
    color: #4c3c39;
    line-height: 50px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
        Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

/* start responsive login */

@media only screen and (min-width: 320px) and (max-width: 568px) {
    html {
        width: 100%;
    }
    body {
        width: 120%;
        background-color: #4c84ff!important;
    }
    .left-side {
        display: none;
    }
    .right-side {
        /*margin-left: -2%;*/
        margin-top: 10%;
        float: none;
        width: 350px;
        height: 650px;
    }
    #bg_right_side {
        margin: 0 !important;
        width: 100% !important;
        margin-left: 9% !important;
    }
    #img_right {
        width: 30%;
        margin-top: -60%;
    }
    .container-login100 {
        min-height: 0 !important;
    }
    #alert {
        font-size: 12px !important;
    }
    #alert_danger {
        height: 20px;
    }


}

@media only screen and (max-width: 568px) {
    body {
        width: 120%;
        background: linear-gradient(to left, #4c84ff 50%);
    }
}

@media only screen and (min-width: 411px) and (max-width: 731px) {
    body {
        width: 100%;
        background: linear-gradient(to left, #eee9e8 50%, #4c84ff 50%);
    }
    .left-side {
        display: none;
    }
    .right-side {
        margin-top: 15%;
        float: none;
        width: 350px;
        height: 650px;
    }
    #bg_right_side {
        margin: 0 !important;
        width: 100% !important;
        margin-left: 9% !important;
    }
    #img_right {
        width: 30%;
        margin-top: -60%;
    }
    .container-login100 {
        min-height: 0 !important;
    }
    #alert {
        font-size: 12px !important;
    }
    #alert_danger {
        height: 20px;
    }


}
@media screen and (min-width: 1000px) {
    body {
        width: 100%;
        background: linear-gradient(to left, #eee9e8 50%, #4c84ff 50%);
    }
}
/*@media screen and (max-width: 600px) {
    body {
        width: 100%;
        background: linear-gradient(to left, #eee9e8 50%, #4c84ff 50%);
    }
    .left-side {
        display: none;
    }
    .right-side {
        margin-top: 15%;
        float: none;
        width: 350px;
        height: 650px;
    }
    #bg_right_side {
        margin: 0 !important;
        width: 100% !important;
        margin-left: 9% !important;
    }
    #img_right {
        width: 30%;
        margin-top: -60%;
    }
    .container-login100 {
        min-height: 0 !important;
    }
    #alert {
        font-size: 12px !important;
    }
    #alert_danger {
        height: 20px;
    }
    /* html,
    body {
        background-color: white;
    } 
    /* #abr,
    #abr1 {
        display: none;
    } */



/* end  */
