html,body{
    margin: 0;
	height: 100%;
}
.header{
    height: 70px;
    background-color:#60605d;
    position: relative;
}
.header-container{
    width: 83.45%;
    margin: 0 auto;
    padding-top: 16px;
}
.header-logo-tegra{
    width: 110px;
    height: 38px;
    float: left;
    background-repeat: no-repeat;
    background-image: url("../images/header-logo-tegra.png");
}
.header-title{
    color: #fff;
    font-size: 26px;
    margin: 8px 0px 0px 81px;
    float: left;
    font-family: 'montserratextralight';
}
.header-logo-collect{
    width: 93px;
    height: 30px;
    float: right;
    margin: 3px 33px 0px 0px;
    background-repeat: no-repeat;
    background-image: url(../images/header-logo-collect.png);
}
.body-container{
    width: 100%;
    background-position-y: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/login-bg.jpg); 
    position: relative;
    height: 100%;
}
.form-container{
    width:510px;
    height: 510px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-image: url("../images/login-form-bg.png");
}
.form-title{
    margin: 0px;    
    font-size: 24.9px;
    color: #646567;
    font-weight: 300;
    font-family: 'montserratextralight';
}
.form-description{
    font-size: 15px;
    color: #646567;
    margin: 10px 0px 45px 0px;
    font-family: 'montserratlight';
}
.form-content{
    width: 306px;
    padding: 75px 102px 0px 102px;
}
form{
    color: #60605d;
    font-size: 12px;
    font-family: 'montserratsemibold';
}
input, select {
    width: 100%;
    height: 30px;
    font-family: 'montserratlight';
    color: #646567;
    font-size: 15px;
    border: none;
    outline: 0;
    border-bottom: 1px solid #757572;
    background-color:transparent;
}
input:focus, select:focus {
    border: none;
    outline: transparent;
    border-bottom: 2px solid #66b7d9;
}
input {
    margin-bottom: 20px;
}
input[type="submit"] {
    width: 150px;
    height: 30px;
    margin: 45px auto 0px auto;
    display: block;
    background-color: #ebb92d;
    color: #fff;
    border: none;
    font-family: 'montserratsemibold';
    font-size: 15px;
    cursor: pointer;
}

#bg {
  position: fixed; 
  top: -50%; 
  left: -50%; 
  width: 200%; 
  height: 200%;
}
#bg img {
  position: absolute; 
  top: 0; 
  left: 0; 
  right: 0; 
  bottom: 0; 
  margin: auto; 
  min-width: 50%;
  min-height: 50%;
}

.logo-aztronic{
    width:154px;
    height: 54px;
    position: fixed;
    bottom:0px;
    right: 130px;
}