@font-face {
    font-family: 'Interstate';
    src: url('../../fonts/interstate/interstate-regular.woff');
}

body {
}

#page {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    overflow: auto;
    background: url("../../images/background.jpeg") no-repeat center left;
    background-size: 100%;
    background-size: cover;
}

.overlay {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    overflow: auto;
    background: url("../../images/bg-login-overlay.png") repeat;
}

.user-form {
    display: table;
    width: 100%;
    height: 100%;
}

.user-form .user-form-container {
    display: table-cell;
    padding: 20px;
    vertical-align: middle;
}

.user-form .user-form-content {
    display: block;
    margin: auto;
    width: 100%;
    max-width: 350px;
    background: #fff;
    border: 1px solid #c9c9c9;
}

.user-form .user-form-content .header {
    display: block;
    position: relative;
    min-height: 128px;
    border-bottom: 1px solid #c9c9c9;
}

.user-form .user-form-content .header .ribbon {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    margin-left: 10px;
    width: 35px;
    height: 108px;
    background: url("../../images/login/ribbon.png");
}

.user-form .user-form-content .header .logo {
    display: block;
    position: relative;
    padding: 20px 20px 20px 65px;
}

.user-form .user-form-content .header .logo .site-name {
    display: block;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

.user-form .user-form-content .header .logo .site-description {
    display: block;
    margin-top: 20px;
    padding-left: 40px;
    font-size: 12px;
    font-family: 'Interstate';
    font-weight: bold;
    line-height: 13px;
    word-spacing: 3px;
    color: #5e5e5e;
}

.user-form .user-form-content .main-form {
    display: block;
    position: relative;
    padding: 60px 40px 20px;
}

form {
    display: block;
}

form p {
    display: block;
    margin: 0 0 20px;
    padding: 0;
}

form p input {
    width: 100%
}

.user-form .user-form-content .main-form .custom-form .custom-textbox {
    display: block;
    position: relative;
}

input[type="text"], input[type="email"], input[type="password"], input[type="search"], textarea {
    display: block;
    margin: 0;
    padding: 0 10px;
    width: 100%;
    height: 40px;
    border: 1px solid #c9c9c9;
    outline: 0;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.user-form .user-form-content .footer {
    display: block;
    position: relative;
    background: #f1f1f1;
    border-top: 1px solid #c9c9c9;
}

.user-form .user-form-content .footer .usefull-links {
    display: block;
}

.user-form .user-form-content .footer .usefull-links .link-item:first-child {
    border-top: 0;
}

.user-form .user-form-content .footer .usefull-links .link-item {
    display: block;
    padding: 10px 20px;
    font-size: 12px;
    color: #5e5e5e;
    line-height: 17px;
    text-align: center;
    text-transform: uppercase;
    border-top: 1px solid #c9c9c9;
}