﻿.loginboxleft {
    background: rgba(0, 0, 0, 0.04) url(../img/bg-image-8.jpg) top left repeat;
    background-size: cover;
    top: 0; 
    bottom: 0;
    opacity: 1;
    z-index: 999;
    min-height: 100vh;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px;
}
@media (max-width: 768px) {
    .loginboxleft {
        display:none;
    }
}

.loginboxleft .info{max-width: 450px;
    margin: 0 auto;
    padding: 30px 20px;
    border: solid 5px #fff;
    text-align: center;
   background: #ffffffc7;
}
.loginright {
    background: #f05837;
    min-height: 100vh;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 15px;
}


@media (max-width: 768px) {
    .loginboxleft {
        display:none;
    }
    .loginright {
        background:rgba(255, 0, 0, 0.07);
    }
}