/*CSS*/
.logo {
       background: #00C597;
    max-width: 500px;
    margin: 40px auto;
    border-radius: 20px;
}
.logo img {
    width: 100%;
    padding: 20px;
}

.copyright {
    padding: 15px 0px;
    position: relative;
    background: #4c5154;
    color: #fff;
    border-top: 1px solid #ccc;    font-size: 14px;
}
.contentarea {
    min-height: 71.5vh;
}
.loginbox {
    border: 1px solid #00C597;
    max-width: 500px;
    margin: 40px auto;
    border-radius: 20px;
    padding: 20px;
    width: 100%;
}
h1 {
    margin-bottom: 1em;
    text-align: center;
    /* font-size: 30px; */
    text-transform: uppercase;
}
.form-control {
    padding: 10px !important;
    height: auto !important;  border-radius: 10px;
    /* background: transparent !important; */
}
.btn.btn-primary {
    background: #00C597;
    border: 0px;
    width: 100%;
    padding: 13px;
    border-radius: 10px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
}
.col-6.flrght {
    order: 2;
    text-align: right;
}
a.footerlinks {
    color: #fff;
}.datatabel_two {    margin-top: 60px;}




/*------Mobile Css------*/
@media only screen and (max-width: 767px) {
.copyright .row {
    display: block;
}
.col-6.flrght {
    order: 1;
    text-align: center;
    flex: 100%;
    max-width: 100%;
}
.col-6.fllft {
    order: 2;
    text-align: center;
	flex: 100%;
    max-width: 100%;
}
.copytxt span {
    display: block;
}
 

}

@media only screen and (max-width: 600px) {
#progressbar {
    display: block;
}
#progressbar li {
    width: 50%;
}
.contentarea .row {
    display: block;
}
.contentarea .col-6.mb-3 {
    margin-bottom: 20px !important;
    flex: auto !important;
    max-width: 100% !important;
}
.contentarea .col-6 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    margin-bottom: 10px;
}
.shifttoright {
    float: left;
}
.flexm .col-6:last-child {
    padding-right: 0px;
    padding-left: 0px;
}
}
