﻿.bg-img {
    background-image: url('../images/home.png');
    background-position: 0px 0px;
    background-repeat: no-repeat;
    background-color: white;
    background-size: 1478px;
    min-width: 1500px;
    min-height: 900px;
}

.login-btn {
    padding: 15px;
    display: block;
    position: absolute;
    width: 315px;
    height: 55px;
    left: 895px;
    top: 495px;
    cursor: pointer;
}
