﻿html {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

body {
    width: 100%;
    height: 100%;
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    background-color: #4A374A;
    background: url("../img/bg.png") no-repeat;
    background-size: cover;
}

#login {
    background: rgba(60, 120, 216, 0.36);
    position: relative;
    top: 50%;
    left: 0;
    margin: -125px 0 0 0;
    width: 100%;
    height: 235px;
}

.loginbox {
    width: 100%;
    top: 50%;
}

.loginbox h2 {
    color: #fff;
    text-shadow: 0 0 10px;
    letter-spacing: 1px;
    width: 100%;
    padding-top: 100px;
    text-align: right;
}

.loginbox .formbox {
    text-align: right;
    width: 67%;
    float: right;
    margin-top: -110px;
}

.loginbox .formbox .con {
    text-align: right;
    color: #fff;
    font-size: 14px;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

.but {
    min-height: 20px;
    display: block;
    border: 0px solid #3762bc;
    color: #fff;
    padding: 9px 14px;
    line-height: normal;
    border-radius: 5px;
    width: 350px;
    height: 40px;
    margin-top: 20px;
    font-size: 14px;
    background: rgb(13, 79, 191);
    float: right;
}

.but:hover {
    background: rgb(4, 132, 248);
}

.input {
    height: 40px;
    line-height: 40px;
    width: 350px;
    background: #fff;
    outline: none;
    border: none;
    font-size: 14px;
    outline: none;
    color: #333;
    padding: 0px;
    margin-top: 5px;
    margin-left: 15px;;
    text-indent: 10px;;
}

