﻿.bg {
    position: relative;
    width: 100%;
    height: 100vh;
    background: url('../images/login-bg.png') no-repeat;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
}

.login {
    width: 484px;
    height: 429px;
    background: #FFFFFF;
    border-radius: 20px 20px 20px 20px;
    position: absolute;
    background: rgba(255,255,255, 0.2);
    /* background: url(./img/login.png) no-repeat; */
    background-size: 100% 100%;
    align-self: center;
    color: white;
    text-align: center;
}

    .login img {
        width: 332px;
        height: 40px;
        margin-top: 5px;
    }

    .login div {
        width: 85%;
        margin: 15px auto 0;
    }

.bg input {
    background: white;
    height: 35px;
    width: 100%;
    outline: none;
    margin-top: 10px;
    border: none;
    padding-left: 30px;
    box-sizing: border-box;
}

.login label {
    display: block;
    text-align: left;
}

.login .btn {
    background: #036FCC;
    height: 40px;
    text-align: center;
    color: white;
    line-height: 40px;
    margin-top: 50px;
    padding: 0;
    width: 350px;
    cursor:pointer;
}

body, html {
    margin: 0px;
}
