﻿@import url("https://fonts.googleapis.com/css?family=Roboto:300,500");
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: Roboto;
    background: #ededed url(/assets/Images/background.png);
}

.Login-header {
    margin-top: 50px;
    text-align: center;
}

.Login-signin {
    width: 365px;
    max-width: 365px;
    background: #3a3e44;
    padding: 30px;
    color: #716e6a;
    font-size: 0.9em;
    margin: 50px auto;
}

.Login-title {
    color: #FFF;
    font-size: 1.3em;
    font-weight: 300;
}

.Login-label {
    font-weight: normal !important;
}

fieldset {
    border: 0;
}

input {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.4285;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.btn {
    display: inline-block;
    margin-bottom: 0px;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.4285;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn-login {
    float: right;
    background: #3a3e44;
    border: 1px solid;
    font-size: 0.9em;
    color: #fff;
    margin-right: 10px;
}

#Login-status {
    width: 365px;
    max-width: 365px;
    margin: auto;
    padding: 30px;
    color: #716e6a;
    font-size: 0.9em;
    font-weight: 300;
    background: #3a3e44;
    opacity: 0.6;
    line-height: 15px;
}

#Login-status label {
    display: block;
}

#Credentials label {
    clear: both;
    font-weight: 300;
    font-size: 0.9em;
    margin-bottom: 5px;
    display: block;
}

#Login-status .information {
    font-size: 1.3em;
    color: #FFF;
}
