﻿@import url(https://fonts.googleapis.com/css?family=Roboto:300);
@import url(https://fonts.googleapis.com/css?family=Quicksand:300,500);

html {
    height: 100%;
}

body {
    height: 100%;
}

.mt-0 {
    margin-top: 0px;
}

.mb-0 {
    margin-bottom: 0px;
}

.mr-0 {
    margin-right: 0px;
}

.ml-0 {
    margin-left: 0px;
}

.mt-5 {
    margin-top: 5px;
}

.mb-5 {
    margin-bottom: 5px;
}

.mr-5 {
    margin-right: 5px;
}

.ml-5 {
    margin-left: 5px;
}

.mt-15 {
    margin-top: 15px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mr-15 {
    margin-right: 15px;
}

.ml-15 {
    margin-left: 15px;
}

.pt-5 {
    padding-top: 5px;
}

.pb-5 {
    padding-bottom: 5px;
}

.pr-5 {
    padding-right: 5px;
}

.pl-5 {
    padding-left: 5px;
}

.pt-15 {
    padding-top: 15px;
}

.pb-15 {
    padding-bottom: 15px;
}

.pr-15 {
    padding-right: 15px;
}

.pl-15 {
    padding-left: 15px;
}

.m-0 {
    margin: 0px;
}

.gray-bg {
    background-color: #f3f3f4;
}

.panel-flat {
    position: relative;
    z-index: 1;
    background: #FFFFFF;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
    border: 0px;
    border-radius: initial;
}

    .panel-flat .panel-body {
        padding: 45px;
    }

.flat-input {
    font-family: "Roboto", sans-serif;
    outline: 0;
    background: #f2f2f2;
    width: 100%;
    border: 0;
    margin: 0 0 15px;
    padding: 15px;
    box-sizing: border-box;
    font-size: 14px;
}

.flat-button {
    outline: 0;
    border: 0;
    -webkit-transition: all 0.3 ease;
    transition: all 0.3 ease;
    cursor: pointer;
    border-radius: 0px;
}

.flat-form button:hover, .flat-form button:active, .flat-form button:focus {
    background: #43A047;
}

.flat-form .message {
    margin: 15px 0 0;
    color: #b3b3b3;
    font-size: 12px;
}

    .flat-form .message a {
        color: #4CAF50;
        text-decoration: none;
    }

.flat-form .register-form {
    display: none;
}

.thumbnail {
    /*background: #EF3B3A;*/
    background: #f3f3f4;
    width: 150px;
    height: 150px;
    margin: 0 auto 30px;
    padding: 50px 30px;
    border-top-left-radius: 100%;
    border-top-right-radius: 100%;
    border-bottom-left-radius: 100%;
    border-bottom-right-radius: 100%;
    box-sizing: border-box;
}

.form .thumbnail img {
    display: block;
    width: 100%;
}

.m-b-0 {
    margin-bottom: 0px;
}

.m-b-5 {
    margin-bottom: 5px;
}

.m-t-0 {
    margin-top: 0px;
}

.m-t-20 {
    margin-top: 20px;
}

.m-b-20 {
    margin-bottom: 20px;
}

.m-b-40 {
    margin-bottom: 40px;
}

.p-20 {
    padding: 20px;
}

.profile-img-card {
    width: 96px;
    height: 96px;
    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.middle-box {
    max-width: 400px;
    z-index: 100;
    margin: 0 auto;
    padding-top: 40px;
}

    .middle-box h1 {
        font-size: 170px;
        font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    }

.dl-horizontal dt {
    white-space: normal !important;
}

.welcome-page {
    padding: 60px 0px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

    .welcome-page h1 {
        padding: 40px 0px;
        padding-bottom: 0px;
        font-size: 75px;
        line-height: 0.8;
    }

.welcome-desc {
    font-size: 16px;
    margin: 20px 0px 40px 0px;
}

@media (max-width: 768px) {
    .welcome-page {
        padding: 10px 0px;
        text-align: center;
    }

        .welcome-page h1 {
            padding: 15px 0px;
            font-size: 40px;
            line-height: 0.8;
        }
}

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0px;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.42857;
}

.captchastyele {
    transform-origin: left top;
    -webkit-transform-origin: left top;
}

.m-b-20 {
    margin-bottom: 20px;
}

.m-t-20 {
    margin-top: 20px;
}

.m-t-15 {
    margin-top: 15px;
}

.m-b-30 {
    margin-bottom: 30px;
}

.p-l-30 {
    padding-left: 30px;
}

.p-b-20 {
    padding-bottom: 20px;
}

.p-t-20 {
    padding-top: 20px;
}

.p-40 {
    padding: 40px;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

.hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #f2f2f2;
    margin: 1em 0;
    padding: 0;
}

.wordwrap {
    word-wrap: break-word;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.top {
    top: 0px;
}

.right {
    right: 0px;
}

.bottom {
    bottom: 0px;
}

.font-bold {
    font-weight: bold;
}

.btn-rounded {
    border-radius: 60px;
}

.login-page {
    min-height: 100%;
}

.font-quicksand {
    font-family: 'Quicksand', sans-serif;
    font-weight: 300;
}

.font-quicksand-bold {
    font-family: 'Quicksand', sans-serif;
    font-weight: 500;
}

.anon-layout {
    background-color: #ffffff;
    padding-top: 50px;
}

.menu-layout {
    background-color: #fff;
    padding-bottom: 20px;
}

    .menu-layout .body-content {
        padding-left: 15px;
        padding-right: 15px;
    }

.anon-layout .body-content {
    height: 100%;
}

.full-height {
    min-height: 100%;
}

.full-height-wrap {
    display: table;
    width: 100%;
    height: 100%;
}

    .full-height-wrap > div {
        display: table-cell;
        height: 100%;
    }

.header-icon {
    height: 40px;
    margin-bottom: 10px;
    margin-top: 20px;
    text-align: center;
}

.login-banner {
    background-image: url(../images/login-banner.jpg);
    background-size: cover;
}

@media (min-width: 768px) {
    .dl-horizontal-md dt {
        width: 250px !important;
    }
    .dl-horizontal-md dd {
        margin-left: 270px !important;
    }
}