@font-face {
    font-family: 'Open Sans';
    src: url(../fonts/open-sans/OpenSans-Light.ttf) format("ttf");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url(../fonts/open-sans/OpenSans-Regular.ttf) format("ttf");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url(../fonts/open-sans/OpenSans-Bold.ttf) format("ttf");
    font-weight: 700;
    font-style: normal;
}

body {
    margin: 0;
    font: 400 13px 'Open Sans',sans-serif;
    line-height: 18px;
    color: #333;
    background: #35404f;
}

.error-container p, h5 {
    font-weight: 500;
    text-align: center;
}

body.error {
    background-image: url(../img/error-bg.jpg);
    background-size: cover;
}

body.forgot-pwd, body.login {
    background-color: #2a303e;
}

body.lock-screen {
    background-color: #47b7c0;
}

a {
    color: #1a1a1a;
    text-decoration: none;
}

a:hover {
    color: #000;
    text-decoration: underline;
}

a:focus {
    outline: 0;
    text-decoration: none;
    color: #000;
}

#login-wrapper {
    width: 320px;
    background-color: #fff;
    margin: 40px auto 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 30px 0 20px;
}

#login_header {
    margin: 0 10px;
    text-align: center;
    color: #bb4d4b;
    font-size: 26px;
    font-weight: bold;
}

    #login_header img.logo {
        max-width: 110px;
        text-align: center;
        margin: 0 auto 10px;
    }

#inputs, #login_footer {
    margin: 0 20px;
}

h5 {
    font-size: 16px;
    line-height: 21px;
    margin: 0;
    padding: 10px;
}

.form-block {
    position: relative;
}

.form-block i {
    position: absolute;
    right: 15px;
    top: 10px;
    color: #4d4d4d;
    font-size: 16px;
}

#inputs {
    position: relative;
}

input[type=email], input[type=password], input[type=text],select {
    width: 100%;
    height: 38px;
    position: relative;
    margin: 0 auto 8px;
    display: block;
    padding: 5px 15px 5px 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: thin solid #bed2e5;
    color: #000;
    font-size: 13px;
}

input[type=email]:hover, input[type=password]:hover, input[type=text]:hover {
    border: thin solid #3a86c8;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

input[type=email]:focus, input[type=password]:focus, input[type=text]:focus {
    border: thin solid #9ab8d7;
    border-left: thin solid #e84f4c;
    outline: 0;
}

input[type=submit] {
    color: #fff;
    font-size: 18px;
    background-color: #3B5998;
    border: 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    cursor: pointer;
    width: 100%;
    margin: 0 auto 10px;
    display: block;
    padding: 15px;
}

input[type=submit]:hover {
    background-color: #4568b2;
    color: #fff;
}

input[type=submit]:focus {
    outline: 0;
    border: 0;
}

#login_footer p {
    margin: 0;
    font-size: 12px;
}

#login_footer a {
    color: #e84f4c;
}

.lockscreen-wrapper {
    padding: 150px 0 20px;
    text-align: center;
    color: #fff;
    width: 70%;
    margin: auto;
}

.lockscreen-wrapper .avatar {
    position: relative;
    margin: auto;
    width: 90px;
}

.lockscreen-wrapper .avatar img {
    padding: 3px;
    border: 3px solid rgba(255,255,255,.2);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    width: 78px;
}

.lockscreen-wrapper .avatar .lock {
    position: absolute;
    top: 0;
    right: 0;
    width: 32px;
    height: 32px;
    background: #e84f4c;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.lockscreen-wrapper .avatar .lock i {
    color: #fff;
    line-height: 32px;
}

.lockscreen-wrapper h3 {
    margin: 0 0 30px;
}

.lockscreen-wrapper h5 {
    margin: 0;
    padding: 0;
    color: #000;
    font-size: 14px;
}

.lockscreen-wrapper a i {
    vertical-align: middle;
}

.subscribe-form {
    margin: 10px auto;
    height: 52px;
    text-align: center;
    width: 300px;
    position: relative;
}

.subscribe-form input.subscribe-email {
    width: 300px;
    height: 52px;
    padding: 13px 5px 11px 20px;
    float: left;
    font-size: 16px;
    line-height: 52px;
    border: 0;
    color: #000;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.subscribe-form .subscribe-btn {
    position: absolute;
    right: 2px;
    top: 2px;
    border: none;
    height: 48px;
    width: 70px;
    text-align: center;
    color: #fff;
    background-color: #e84f4c;
    -webkit-border-radius: 10px 30px 30px 10px;
    -moz-border-radius: 10px 30px 30px 10px;
    border-radius: 10px 30px 30px 10px;
}

.subscribe-form .subscribe-btn:focus, .subscribe-form .subscribe-btn:hover {
    background-color: #e53935;
    outline: 0;
    cursor: pointer;
}

.subscribe-form .subscribe-btn i {
    font-size: 21px;
    vertical-align: middle;
    line-height: 48px;
}

.error-container {
    text-align: center;
    width: 300px;
    height: 300px;
    margin: 150px auto 20px;
}

.error-container h1 {
    font-size: 132px;
    color: #fff;
    line-height: 132px;
    margin: 0 0 10px;
}

.error-container h1 i {
    font-size: 140px;
}

.error-container p {
    font-size: 18px;
    color: #fff;
    margin: 0 0 50px;
    text-shadow: 0 0 3px #000;
}

.error-container .btn {
    font-size: 16px;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    background: #ffeb3b;
    color: #000;
    font-weight: 600;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    text-align: center;
    margin: auto;
    padding: 20px 32px;
    width: 120px;
    text-decoration: none;
}

.error-container .btn:hover {
    background: #ffd45b;
}
.ErrorControl {
    border:solid 1px red!important;
}
