@font-face {
    font-family: 'Gotham-Light';
    src: url('../fonts/Gotham-Light.eot?#iefix') format('embedded-opentype'),  url('../fonts/Gotham-Light.otf')  format('opentype'),
    url('../fonts/Gotham-Light.woff') format('woff'), url('../fonts/Gotham-Light.ttf')  format('truetype'), url('../fonts/Gotham-Light.svg#Gotham-Light') format('svg');
    font-weight: normal;
    font-style: normal;
}
body {
    font-family: 'Oswald', sans-serif;
}
* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

p {
    margin: 0;
    line-height: 1.8;
    font-size: 16px;
}

a, a:hover, a:focus {
    text-decoration: none;
    outline: none;
    color: #000;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.article-padd {
    padding: 100px 0 100px 0;
}

.article-padd-half {
    padding: 50px 0 50px 0;
}
button:focus {
    outline-color: transparent;
}
/********************/
/*	Home Pgae	    */
/********************/
.bg {
    background: url("../images/bg.jpg");
    height: 100vh;
    background-size:cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}
.form-wraper {
    background-color: #fff;
    padding: 50px 50px;
    border-radius: 5px;
    text-align: center;
}
.form-wraper h1 {
    font-weight: 300;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 30px;
}
.form-wraper .form-group {
    margin-bottom: 25px;
}
.form-wraper form .btn {
    background-color: #ffc107 !important;
    display: block;
    width: 100%;
    margin-bottom: 15px;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'Oswald', sans-serif;
    padding: 10px 10px;
    border-color: transparent !important;
    color: #343434 !important;
}
.form-wraper form {
    font-family: 'Gotham-Light';
}
.lft-logo {
    height: 100%;
    display: flex;
    align-items: center;
}
.forgot-link {
    font-family: 'Gotham-Light';
    transition:all ease-in-out .3s;
    -moz-transition:all ease-in-out .3s;
    -webkit-transition:all ease-in-out .3s;
    -o-transition:all ease-in-out .3s;

}
.forgot-link:hover {
    color: #ffc107;
}
.form-wraper .form-group .form-control {
    border: 1px solid #2c363b;
    padding: 10px 10px;
    color: #495057 !IMPORTANT;
}
label.error {
    text-align: left;
    display: block;
}
/********************/
/*	Media Queries	*/
/********************/

@media all and (max-width: 1236px) {

}

@media all and (max-width: 1199px) {

}

@media all and (max-width: 992px) {

}

@media all and (max-width: 767px) {
    .lft-logo {
        margin-bottom: 80px;
    }
    .form-wraper {
        padding: 30px 30px;
    }
}

@media all and (max-width: 327px) {

}