﻿.login-bg {
    background-image: url(../assets/site/login-bg2.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.login-div {
    width: 500px;
    height: 380px;
    position: fixed;
    top: calc(50% - 190px);
    left: calc(50% - 250px);
    background-color: rgba(255, 255, 255, 0.7);
}


.logo {
    width: 80%;
    margin: 20px 0 0 10%;
}

.vendor {
    width: 200px;
    position: fixed;
    bottom: 20px;
    left: calc(50% - 100px);
}

.form {
    width: 90%;
    margin-left: 5%;
    margin-top: 50px;
}
