@font-face {
    font-family: 'Open Sans';
    src: url('/fonts/opensans/OpenSans-Regular-webfont.ttf');
}

html {
    font-family: 'Open Sans';
    background-color: #FCFCFC;
    /* Old browsers */
    background: url(/img/login_bg.png) no-repeat center center fixed, -moz-radial-gradient(center, ellipse cover, #ffffff 0%, #f1f1f1 100%);
    /* FF3.6+ */
    background: url(/img/login_bg.png) no-repeat center center fixed, -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #ffffff), color-stop(100%, #f1f1f1));
    /* Chrome,Safari4+ */
    background: url(/img/login_bg.png) no-repeat center center fixed, -webkit-radial-gradient(center, ellipse cover, #ffffff 0%, #f1f1f1 100%);
    /* Chrome10+,Safari5.1+ */
    background: url(/img/login_bg.png) no-repeat center center fixed, -o-radial-gradient(center, ellipse cover, #ffffff 0%, #f1f1f1 100%);
    /* Opera 12+ */
    background: url(/img/login_bg.png) no-repeat center center fixed, -ms-radial-gradient(center, ellipse cover, #ffffff 0%, #f1f1f1 100%);
    /* IE10+ */
    background: url(/img/login_bg.png) no-repeat center center fixed, radial-gradient(ellipse at center, #ffffff 0%, #f1f1f1 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e3e3e3', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    background-position: right bottom;
    background-repeat: no-repeat;
}

.grantAccess{
    margin: 60px auto;
    width: 350px;
    text-align: center;
}

.frame{
    border: 1px solid #DBE1E8;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-color: #fff;
    text-align: left;
    margin-top: 40px;
    padding: 20px;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.07);
    float: left;
    width: 350px;
}

h1{
    margin: 0px;
    color: #75808F;
    font-size: 19px;
}

p{
    font-size: 12px;
    color: #75808F;
}

.button{
    width: 100%;
    margin-top: 10px;
}

button{
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    outline: 0;
    box-shadow: 0px 1px 1px 0px #EBF1F9;
    color: #75808F;
    background-color: #FCFCFC;
    font-size: 12px;
    border: 0px;
    padding: 8px 10px;
    float: left;
    margin-top: 10px;
    min-width: 140px;
    line-height: 14px;

    height: 40px;

    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    width: 48%;
}

.deny{
    color: #75808F;
    background-color: #d2d8df;
    margin-right: 12px;
}

.access{
    background-color: #3B8AC3;
    color: #fff;
}

.login{
    background-color: #3B8AC3;
    color: #fff;
    width: 100%;
}

.input_error {
    margin-top: 10px;
    margin-left: 128px;
    width: 240px;
    height: 30px;
    float: left;
    color: #891112;
    font-size: 10px;
}

form{
    margin: 15px 0;
    float: left;
    width: 100%;
}

input{
    height: 37px;
    padding: 0 0 0 15px;
    width: 240px;
    color: #75808F !important;
    float:right;
}

.devider{
    padding: 5px 0;
    height: 36px;
    clear: both;
}

.preinput{
    float: left;
    margin-right: 20px;
    line-height: 35px;
    color: #75808F;
}