body {
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    line-height: 15px;
    position: relative;
    font-family: "Roboto Condensed", sans-serif;
}

.mainSectionLogin {
    position: relative;
    width: 100%;
    height: 100vh;
    background-image: url(back-main.jpg);
    background-size: 20%;
}

.loginMainInner {
    width: 400px;
    max-width: 400px;
    margin: 0 auto;
    padding: 100px 0 0 0;
}
.formSection img{
    width: 55px;
    margin-bottom: 30px;
}
.formSection .p img{
    width: 95px;
}
.formSection .p{
    text-align: center;
}
.logoSec {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

.logoSec img {
    max-width: 250px;
    max-height: 100px;
}

.formSection {
    width: 100%;
    padding: 35px 30px 10px;
    box-sizing: border-box;
    margin-top: 15px;
    /* background: #eee; */
    border-radius: 4px;
    /* box-shadow: 0px 0px 4px #fff; */
}

.form-control {
    display: block;
    width: 93%;
    padding: 6px 5px;
    font-size: 14px;
    line-height: 1.5;
    color: #edd000;
    border: none;
    background-color: transparent;
    background-clip: padding-box;
    border-bottom: 2px solid #edd000;
    /* border-radius: .25rem; */
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.form-control::placeholder{
    color: #64a37a;
}
.error {
    color: #ff0000;
    margin-top: 10px;
    margin-bottom: 10px;
    float: left;
    display: none;
}

.form-control:focus {
border-bottom: 2px solid #0088cc;
    box-shadow: none;
}

.form-control:focus {
        color: #edd000;
    background-color: transparent;
    border-color: #edd000;
    outline: 0;
    box-shadow: none;
}

.formSection button {
    color: #303030;
    /* font-weight: 800; */
    background-color: #ffffff;
    border-color: #ffffff;
    display: inline-block;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 10px 10px;
    font-size: 14px;
    line-height: 1.5;
    width: 100%;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    margin-bottom: 14px;
}
.formSection button.demo{
    background-color: #edd000;
    border-color: #edd000;
}

.formSection button i {
    font-size: 12px;
    margin-left: 10px;
}

.copyright {
    text-align: center;
    color: #fff;
    margin-top: 15px;
}

.formSection h2 {
    color: #000;
    position: relative;
    margin-bottom: 30px;
    font-weight: 400;
    line-height: 1.2;
    font-size: 28px;
    font-family: inherit;
    text-align: center !important;
}

.formSection h2:before,
.formSection h2:after {
    content: "";
    height: 1px;
    position: absolute;
    top: 23px;
    width: 20%;
    background: #000;
}

.formSection h2:before {
    left: 0;
}

.formSection h2:after {
    right: 0;
}


/* recap */

.recap {
    position: fixed;
    bottom: 20px;
    right: 0;
}

.showSec {
    width: 70px;
    text-align: center;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    background-color: #fff;
}

.capimg {
    margin: 5px 15px 0 15px;
    background-size: 40px;
    height: 40px;
    background-image: url('recap.png');
    background-repeat: no-repeat;
    width: 40px;
}

.showSec p {
    font-size: 7px;
    font-family: "Poppins", sans-serif !important;
    font-weight: 500;
    text-align: center;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.m-b-u-20 {
    margin-bottom: 20px;
}

.m-b-p-20 {
    margin-bottom: 20px;
}

@media screen and (max-width:600px) {
    body {
        height: 100vh;
    }
    .mainSectionLogin {
        height: 100%;
        background-color: transparent;
    }
}

footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #1c1d4d;
}

footer {
    text-align: center;
    /* background: #440a57; */
    color: #fff;
    line-height: 20px;
    padding: 20px;
    margin-top: 0;
}
.digitcodetext{
    color: #fff
}
#loader{
    color: #fff;
}

@media screen and (max-width: 767px){
    .loginMainInner{
        width: auto;
        max-width: unset;
        padding: 139px 0 100px 0;
    }
}
