body
{
    background-color: rgba(199, 113, 113, 0.568);
}
.main.container
{
    margin-top: 5%;
    width: 50%;
}
.main .row .col-sm-6:first-child
{
    height: 590px;
    background-color: rgba(255, 255, 255, 0.39);
    padding-top: 20px;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}
.main .row .col-sm-6:last-child
{
    background-color: rgb(40, 161, 40);
    height: 588px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}
@media(max-width: 768px)
{
    .main.container
    {
        width: 80%;
    }
    .main .row .col-md-6:first-child
    {
        width: 400px !important;
        margin: 0px auto;
    }
    .main .row .col-md-6:last-child
    {
        width: 0%;
        display: none;
        visibility: hidden;
    }
}
.main .row .col-sm-6:last-child .div-img
{
    margin: 65px auto;
    background-color: rgba(240, 248, 255, 0.288);
    width: 80%;
    height: 80%;
    border-radius: 20px;
}
.main .row .col-sm-6:last-child .div-img img
{
    margin: 0px auto;
    width: 100%;
    border-radius: 20px;
}
.main .form-input
{
    margin-top: 20px;
}
.main form h1
{
    font-weight: bold;
    font-size: 30px;
    color: black;
}
.main form .instruct
{
    margin-top: 20px;
    color: black;
}
.main .form-input input
{
    border-radius: 20px;
    height: 55px;
    background-color: rgba(83, 93, 184, 0.301);
}
.main .form-input select
{
    height: 55px;
    border-radius: 20px;
    color: black;
    background-color: rgba(83, 93, 184, 0.301);
}
.form-actions
{
    margin-top: 30px;
    text-align: none;
}
button[type="submit"]
{
    background-color: red;
    font-weight: none !important;
    font-size: 15px;
    height: 55px;
    border-radius: 12px;
}
button[type="submit"]:hover
{
    background-color: orange;
    border-color: orange;
}
.form-actions a
{
    height: 55px;
    border-radius: 12px;
    font-size: 15px;
    color: blue;
    background-color: yellow;
    margin-right: 30px;
    padding: 15px;
}
.form-actions a:hover
{
    background-color: rgba(28, 189, 218, 0.199);
    color: rgb(77, 77, 219);
}
/* BACK-END CSS */
.error
{
    color: red;
}