﻿.bg {
    /*background: url('../images/810_9474_.jpg') no-repeat;*/
   /* background: url('../images/0001_edit.jpg') no-repeat;*/
    width: 100%;
    height: 100vh;
    position: absolute;
    /*overflow: hidden;*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.form-container {
    border: 0px solid #fff;
    padding: 50px 60px;
    margin-top: 20vh;
    -webkit-box-shadow: -1px 4px 26px 11px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -1px 4px 26px 11px rgba(0, 0, 0, 0.75);
    box-shadow: -1px 4px 26px 11px rgba(0, 0, 0, 0.75);
}

.imgw {
    display: block;
    width: 100%;
}

/*.control-label {
    color: #fff;
}*/

body {
    margin: 0;
    padding: 0;
    /*background: url(../images/810_9474_.jpg) no-repeat;*/
    font-family: sans-serif;
    /* height: 100vh; */
    /* Full height */
    /*height: 100%;*/
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.loginBox {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 350px;
    box-sizing: border-box;
    background: transparent;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .5);
    transition: .5s;
}

.glass {
    width: 100%;
    height: 100%;
    padding: 40px;
    box-sizing: border-box;
    background: rgba(255, 255, 255, .1);
    border-radius: 5px;
    transition: .5s;
}
