﻿body {
    background: url("../img/bg.png") no-repeat center center fixed;             
    background-size: cover;
    background-color: #000406;
}

input[type=text] {
    font-size: 16px;
    color: #3C3C3C;
    letter-spacing: 0;
    font-weight: 400;
    padding-left:12px;
    height: 30px;
    border: 0px;
}

input[type=password] {
    font-size: 16px;
    color: #3C3C3C;
    letter-spacing: 0;
    font-weight: 400;
    padding-left:12px;
    height: 30px;
    border: 0px;
}

input:focus{
   border: 0;
}

.logo {
    text-align:center; 
    margin-top:200px; 
}

.loginForm {
    width:432px;
    background-color: #FCFBFB;
    border-radius: 8px;
    margin: 50px auto 0px auto;
    padding:24px 0 24px 0;
}

.editDiv {
    width: 368px;
    height: 40px;
    border: 1px solid #BEBEBE;
    border-radius: 4px;
    line-height: 40px;
    margin-left:32px;
    display:inline-block;
}

.loginEdit {
    width: 270px;
}

#authCodeEdit {
    padding-left:12px;
    width:90%;
    height: 35px;
    border: 0px;
}

.errMsg {
    opacity: 0.8;
    font-size: 16px;
    color: #E10000;
    letter-spacing: 0;
    font-weight: 400;
    visibility:hidden;
}

#errMsg {
    margin-left:32px;
}

#authCodeImg {
    width: 125px;
    height: 38px;
    border: 0px;
    vertical-align: middle;
}

.inputImg {
    margin-left:16px;
    width: 16px;
    height: 16px;
    opacity: 0.6;
}

.loginButton {
    width: 368px;
    height: 40px;
    background-image: linear-gradient(0deg, #3C3C40 0%, #555861 95%);
    box-shadow: inset 0px 0px 3px 0px rgba(255,255,255,0.14);
    border-radius: 4px;
    text-align:center;
    line-height:40px;
    display:inline-block;
    border:0;
    opacity: 0.8;
    font-family: Roboto-Medium;
    font-size: 16px;
    color: #FFFFFF;
    font-weight: 500;
}

