@charset "UTF-8";

@font-face {
    font-family: "open_sansregular";
    src: url("../fonts/opensans/OpenSans-Regular-webfont.eot");
    src: url("../fonts/opensans/OpenSans-Regular-webfont.eot?#iefix") format("embedded-opentype"),
         url("../fonts/opensans/OpenSans-Regular-webfont.woff2") format("woff2"),
         url("../fonts/opensans/OpenSans-Regular-webfont.woff") format("woff"),
         url("../fonts/opensans/OpenSans-Regular-webfont.ttf") format("truetype"),
         url("../fonts/opensans/OpenSans-Regular-webfont.svg#open_sansregular") format("svg");
    font-weight: normal;
    font-style: normal;
}

* {
    outline: none;
}

body {
    font-family: "open_sansregular";
    font-size: 13px;
    font-weight: 400;
    background: #F7F7F7;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
}

a, a:focus, a:active, a:hover {
    text-decoration: none;
    outline: none;
}

.btn {
    padding: 8px 30px;
    font-weight: bold;
}

.btn-primary, .btn-primary:hover, .btn-primary:focus, .btn-primary:visited,
.btn-primary:active:hover, .btn-primary.active:hover, .btn-primary:active:focus, 
.btn-primary.active:focus, .btn-primary:active.focus, .btn-primary.active.focus {
    background: #FFB140;
    border-color: #FFB140;
    outline: none;
}

.container {
    width: 100%;
    padding: 0;
}

.login-bg {
    height: calc(100vh);
}

.login-logo {
    position: absolute;
    top: 2.5em;
    left: 2.5em;
}

.wrapper {
    margin-top: 20%;
    padding: 0 15px;
}

.wrapper h1 {
    font-size: 30px;
    font-weight: 300;
    color: #4e5a64;
}

.wrapper .help-text {
    margin-top: 10px;
}

.forgot-password a {
    color: #A4AAB2;
}

.content-wrapper {
    margin-top: 70px;
}