﻿.Back {
    height: 100%;
    background-repeat: no-repeat;
    /*background-position: 100%;*/
    background-size: cover;
}

.LoginBox {
    /*width: 25%;*/
    /*background-color: rgba(255, 255, 255, 0.72);*/
    background-color: rgb(255, 255, 255);
    position: relative;
    box-shadow: 5px 5px 5px 5px #0000003d;
    border: none;
    height: 100%;
    /*left: 33%;*/
    /*bottom: 70px;*/
}

form {
    margin: 0px;
}

.back-to-home{
    text-align:left;
    padding-top:120px;
    display:none;
}

@media (max-width: 992px) {

    body {
        background-image: unset;
        background-size: unset;
        background-repeat: unset;
    }

    .LoginBox {
        width: 90%;
        position: absolute;
        top: 100px;
        left: 26px;
        height: 93%;
    }

    .back-to-home {
        display: block;
    }

    .col-md-8 {
        float:unset !important;
    }
    .btn-back{
        position:relative;
    }
}

.btn {
    border-radius: 20px !important;
}
