:root {
    --main-color: #1696a3;
    --second-color: #dd7d00;
}

body, html {
	font-size:14px;
	min-width:360px;
	font-family:Arial, sans-serif;
    height: 100%;
}
body {
    background: url("../img/bg_grey.png") #f6f6f6;
}

.btn {
    border-radius: 0;
}
.btn-primary {
    color: #fff;
    background-color: #1696a3;
    border-color: #74b0b6;
}
.btn-primary:hover {
    color: #fff;
    background-color: #11757f;
    border-color: #1696a3;
}

#top {
    flex: 0 0 auto;
}
#top img {
    max-width: 600px;
    width: 100%;
    height: auto;
}

#main {
    flex: 1 0 auto;
}

#main div.bx-auth {
    max-width: 600px;
    margin-top: 16px;
    margin-bottom: 24px;
}
#main div.bx-auth-title {
    font-size: 140%;
    border-bottom: solid 1px #e3e3e3;
}
#main div.bx-auth {
    border: solid 1px #e3e3e3;
}

.form-login a, .form-login a:hover {
    color: #dd7d00;
}

#footer {
    flex: 0 0 auto;
    font-size: 12px;
}

.min-h-100 {
    min-height: 100% !important;
}
.min-w-100 {
    min-widht: 100% !important;
}

.popup-loader {
    background: rgba(255, 255, 255, 0.80);
    height: 100%;
    z-index: 10;
}

.popup-loader img {
    width: 50%;
    height: auto;
}

@media (max-width: 1199px) {

}
@media (max-width: 991px) {

}
@media (max-width: 767px) {

}
@media (max-width: 575px) {
    .form-check-label {
        font-size: 12px;
        text-align: left;
    }
}



@media (min-width: 1200px) {

}
@media (min-width: 992px) {

}
@media (min-width: 768px) {

}
@media (min-width: 576px) {

}
