
.form-signin {

 color: #ffffff;
    background-color: #00d1b7;
    
}

.loginfootr {

background: #00d1b7;
    color: #ffffff;
    
}

.form-signin a {
    color: #ffffff;
}

.footer-Div {
        background: #00d1b7 none repeat scroll 0 0;
        position:fixed;
        left:0;
        bottom:0;
        width:100%;
}
.login__form {
    min-height: 420px;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px!important;
    border-radius: 5px;
}
.login__container,.login__container .form-signin {
    border-radius: 5px;
}
.footer__section {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.privacyTerms a {
    color: #ffffff!important;
}