body{
    font-family: "LatoRegular";
    font-size: 16px;
    height: 100%;
    margin: 0;

}
.wrapper{
    background: url("../images/bgi.png") no-repeat 0 60%;
    -webkit-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
}
.container{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(235,235,235,.8);
    background-image:  url("../images/dotted.png");
    background-repeat: repeat;
    -webkit-background-size: 603px 609px;
    background-size: 603px 609px;
    background-position: 50% -150px;
}
.logo{
    margin-bottom: 35px;
}
.form-group{
    width: 360px;
    margin: 150px auto 0 auto;
    text-align: center;
}
input,button{
    width: 336px;
    height: 55px;
    border: 2px solid #94d2fb;
    border-radius: 11px;
    font-size: 1.125em;
    box-sizing: border-box;
}
input{
    padding-left: 20px;
    margin-bottom: 13px;
    color: #8494a7;
}
::-webkit-input-placeholder {color:#8494a7;}
::-moz-placeholder          {color:#8494a7;}
:-moz-placeholder           {color:#8494a7;}
:-ms-input-placeholder      {color:#8494a7;}
input:focus{
    outline: none;
}
button.btn.btn-default {
    background: url("../images/button.png") repeat 0 0;
    color: #fff;
    margin-top: 13px;
    text-transform: uppercase;
}
button:hover{
    cursor: pointer;
}
button:focus{
    outline: none;
}
.copyright{
    color: #788597;
    width: 100%;
    font-size: 1em;
    text-align: center;
    position: fixed;
    bottom: 70px;
}