html body {
    background-color: #eee;
    font-family: 'font open sans';
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
    font-family: 'font open sans';
}
form{
    margin-bottom: 0;
}
html body .pace .pace-progress {
    background: #ffad44;
}
.logo{
	display: inline-block;
	margin: auto;
	margin-bottom: 10px;
	margin-top: 0px;
	width: 80px;
}
.img-logo{
    display: block;
    margin:auto auto 10px auto;
    max-width: 250px;
    height: 70px; 
}
.img-logo img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
hr.hr-dashed{
    border-top: 1px dashed #a3a3a3;
}

.blank-page .content-wrapper .flexbox-container {
    display: block;
    align-items: center;
    height: 100%;
    padding: 20px;
    position: fixed;
    width: 100%;
    overflow: auto;
}
.card-footer {
    padding: 1.5rem 1.5rem;
    background-color: #eee;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.mb-1.user-center{
    display: flex;
    justify-content: center;
}
.row .btn-center{
    display: flex;
    justify-content: center;
    font-weight: bold;
}
.btn-center .btn-info{
    padding: 5px 40px;
    font-size: 18px;
    font-weight: bold;
}
.row .a-center{
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

label.cursor {
    display: inline-block;
    margin-bottom: .5rem;
    cursor: pointer;
}
.form-control:focus {
    color: #4E5154;
    background-color: #fff;
    border-color: #a7a7a7;
    outline: none;
    box-shadow: none; 
}

.z-index-up{
    z-index: 2;
}
.bg-image{
    display: block;
    width: 100%;
    height: 100%;
    /* background-repeat-x: repeat; */
    /* background-repeat-y: no-repeat; */
    background-repeat: no-repeat;
    background-size:cover;
    background-color: transparent;
    position: fixed;
    /* bottom: 0; */
    /* background-size: 400px;
    background-position: bottom; */
    /* opacity: .4; */
    z-index: -1;
}
.card{
	border-radius: 7px !important;
}
.card-header {
    border-radius: 7px 7px 0 0 !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06) !important;
}
.box-shadow-2 {
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 7px;
}
.card-footer {
    border-bottom-left-radius: 7px !important;
    border-bottom-right-radius: 7px !important;
}
.alert {
    font-size: 12px;
    padding: 7px;
}
.alert .close {
    font-size: 20px;
}
label.label-cursor {
    display: inline-block;
    margin-bottom: .5rem;
    cursor: pointer;
}
a {
    color: #299cc7;
}
a:hover {
    color: #10769c;
}

/*button*/
.btn-success {
    border-color: #9fbd42 !important;
    background-color: #a9c74d !important;
    color: #FFFFFF;
}
.btn-success:hover, .btn-success:focus, .btn-success:active {
    border-color: #9fbd42 !important;
    background-color: #9ab93d !important;
    color: #FFF !important;
}
.btn {
    cursor: pointer;
}
.btn-info {
    border-color: #1e92bd !important;
    background-color: #299cc7 !important;
    color: #FFF;
}
.btn-info:hover, .btn-info:focus, .btn-info:active {
    border-color: #2489af !important;
    background-color: #2489af !important;
    color: #FFF;
}
.btn-warning {
    border-color: #f57100 !important;
    background-color: #f57100 !important;
    color: #FFFFFF;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active {
    border-color: #de6600 !important;
    background-color: #de6600 !important;
    color: #FFF;
}
.btn-danger {
    border-color: #d30f17 !important;
    background-color: #e21a22!important;
    color: #FFFFFF;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active {
    border-color: #cf0e16 !important;
    background-color: #cf0e16!important;
    color: #FFFFFF;
}
/*/button*/


/*mobile*/
@media (min-width: 1003px) and (max-width: 1250px){
    .col-md-4 {
        flex: 0 0 40%;
        max-width: 100%;
    }
}
@media (max-width: 991px){
    .logo {
        display: inline-block;
        margin: auto;
        margin-bottom: 10px;
        margin-top: 0px;
        width: 65px;
    }
}
@media (min-width: 768px) and (max-width: 1002px){
    .col-md-4 {
        flex: 0 0 70%;
        max-width: 100%;
    }
}
@media (max-width: 767px){
    .logo {
        width:55px;
    }
    .justify-content-center .logo-1{
        width: 150px;
    }
    .justify-content-center  .logo-2{
        width: 300px;
        margin-bottom: 40px;
    }
    .justify-content-center.top{
        margin-top: 30px;
    }
    .btm{
        margin-bottom: 20px;
    }
    .card.border-grey{
        margin-bottom: 20px;
    }
    h3, .h3 {
        font-size: 1.4rem;
    }
	.mb-m{
		margin-bottom: 10px;
	}
	.blank-page .content-wrapper .flexbox-container {
	    padding: 10px;
	}
}


@media (min-width: 576px) and (max-width: 991px)
{
    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}
