@import url(https://fonts.googleapis.com/css?family=Nunito:400,600,700,900);
@font-face {
    font-family: "Cerebri Sans,sans-serif";
    src: url(../fonts/cerebrisans-light.eot);
    src: local("Cerebri-sans Light"), url(../fonts/cerebrisans-light.woff) format("woff");
    font-weight: 300
}

@font-face {
    font-family: "Cerebri Sans,sans-serif";
    src: url(../fonts/cerebrisans-regular.eot);
    src: local("Cerebri-sans Regular"), url(../fonts/cerebrisans-regular.woff) format("woff");
    font-weight: 400
}

@font-face {
    font-family: "Cerebri Sans,sans-serif";
    src: url(../fonts/cerebrisans-medium.eot);
    src: local("Cerebri-sans Medium"), url(../fonts/cerebrisans-medium.woff) format("woff");
    font-weight: 500
}

@font-face {
    font-family: "Cerebri Sans,sans-serif";
    src: url(../fonts/cerebrisans-semibold.eot);
    src: local("Cerebri-sans Semibold"), url(../fonts/cerebrisans-semibold.woff) format("woff");
    font-weight: 600
}

@font-face {
    font-family: "Cerebri Sans,sans-serif";
    src: url(../fonts/cerebrisans-bold.eot);
    src: local("Cerebri-sans Bold"), url(../fonts/cerebrisans-bold.woff) format("woff");
    font-weight: 700
}

html {
    position: relative;
    min-height: 100%
}

body {
    padding-bottom: 60px;
    overflow-x: hidden
}

body.authentication-bg {
    background-color: #f7f7f7;
    background-size: cover;
    background-position: center
}

.authentication-bg.enlarged {
    min-height: 100px
}

.bg-pattern {
    background-size: cover
}

body .stripes-wraper {
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(150deg,#f05138 15%,#f65e46 70%,#ff6131 90%);
    z-index: -1;
}

body .stripes-wraper .stripes {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: calc(100% + 1200px);
    top: 0;
    left: 0;
    overflow: hidden;
    transform: skewY(-30deg);
    transform-origin: 0;
}

body .stripes-wraper .stripes span {
    position: absolute;
    height: 190px;
}

body .stripes-wraper .stripes :first-child {
    width: 33.33333%;
    left: -16.66666%;
    background: #ec613f;
    opacity: .2;
    top: 300px;
    height: 190px;
}

body .stripes-wraper .stripes :nth-child(2) {
    width: 33.33333%;
    top: 300px;
    left: 16.66666%;
    right: auto;
    background: #f36146;
    bottom: auto;
}

body .stripes-wraper .stripes :nth-child(3) {
    width: 33.33333%;
    left: 80.99999%;
    bottom: 800px;
    background: #f051386e;
    right: auto;
}

body .stripes-wraper .stripes :nth-child(4) {
    width: 33.33333%;
    top: 380px;
    right: -16.66666%;
    background: #f36146;
}

body .stripes-wraper .stripes :nth-child(5) {
    width: 33.33333%;
    bottom: 40%;
    background: #f16847;
}

body .logo {
    margin-bottom: 30px;
}

body .logo img {
    height: 60px;
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.card {
    box-shadow: 0 5px 24px 0 rgba(50,49,58,.25);
    border-radius: 10px;
    padding: 30px;
    background-color: #fff;
}

.card-body {
    padding: 0;
}

.btn-login {
    background: linear-gradient(150deg,#f05138 15%,#f65e46 70%,#ff6131 90%);
    font-weight: bold;
}

.btn-login:active,
.btn-login:focus,
.btn-login:hover {
    -webkit-box-shadow: 0 14px 26px -12px rgba(244, 67, 54, .42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(244, 67, 54, .2);
    box-shadow: 0 14px 26px -12px rgba(244, 67, 54, .42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(244, 67, 54, .2);
    color: #fff;
}

body .form-control-feedback {
    left: 0;
    right: auto;
    height: 40px
}

body .form-control-feedback.fa {
    line-height: 40px;
    color: #ef4153
}

body .has-feedback .form-control {
    padding-right: 12px;
    padding-left: 35px;
    font-size: 13px;
    height: 40px;
    border-radius: 8px;
    -webkit-box-shadow: none;
    box-shadow: none
}

body .has-feedback .form-control:focus {
    border-color: #f65e46
}

.has-feedback {
    position: relative
}

.has-feedback .form-control {
    padding-right: 42.5px
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none
}

.checkbox {
    margin-left: 12px;
}
