﻿html {
    overflow: hidden;
}
body {
       width: 100%;
       overflow-x: hidden;
       overflow-y: scroll;
       height: 100%;
       
}
body.pace-done{
    background-color: #f3f7f9;
}
body .app {
    min-height: 525px;
}

.app {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
}
#app-header {
    position: fixed;
    top: 0;
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
}
#slideIn {
    padding-bottom: 0px !important;
}

#back-btn-password,#back-btn-idp {
    margin: 20px 0px 20px 0px;
    float: left;
    height: 41px;
    /* padding: 13px 17px; */
    text-align: center;
    width: 100%;
    color: #26404e;
    font-weight: bold;
}

#continue-btn-password {
    float: right;
    margin: 30px 0px 0px 3px;
    width: 100%;
}

#channel-logo,#ippLoginImg {
    width: 100px;
    height: 100px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}



.carouselBG {
    background-color: #fff;
}

.loginpanel {
    /* width: 450px; */
    margin: 0 auto;
    border-radius: 5px;
}

#login-idp-btn {
    /*bottom: 30px;*/
    /*position: absolute;*/
    width: 100%;
}

.continue-btn, .continue-btn:hover, .continue-btn:focus {
    background-color: #27414f !important;
    width: 100%;
    border-radius: 3px;
}

footer {
    
    text-align: center;
    width: 100%;
    height: 125px;
}
footer .footer-logo {
    margin-bottom: 20px;
    color: #818a91;
    font-size: 12px;
}

/*#email, #password {
    border-bottom: 1px solid #28bc6a !important;
}*/

.md-input:focus, .md-input.focus {
    border-color: #28bc6a;
}

.md-input:focus ~ label, .md-input.focus ~ label {
    color: #28bc6a;
}
#slideIn {

}
.loginpanel .thumbnail span img {
    width:100px;

}
.loginpanel span i {
    color: #818a91;
}

.dhq-white-background {
    background-color: #fff !important;
    background: white;
    width: 480px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    position: absolute;
}
.b-r-10 {
    border-radius: 10px !important;
}
.reset-footer {
    position: fixed;
    width: 100%;
    bottom: 0px;
}

#mainBody {
    position: relative;
    /*width: 100%;*/
    overflow: hidden;
    /*width: 450px;*/
    margin: 0 auto;
    padding: 16px 25px;
    /*padding-top: 30px;*/
    /*padding-bottom: 30px;*/
}

#pnlMessage {
    text-align: center;
}



.loginpanel .md-form-group {
    display: flex;
    flex-direction: column-reverse;
}

.loginpanel .md-form-group.p-t-0 {
    padding-top:  0;
}

.loginpanel .md-form-group .md-input {
    height: 3rem;
    padding: 5px 10px 5px 36px;
    border-radius: 5px;
    border: 1px solid #9297da;
}

.loginpanel .md-form-group .md-input ~ label {
    position: relative;
    /* margin-bottom:  15px; */
    top: auto;
    opacity: 1;
    font-size:  14px;
    transition: none;
    font-weight: 600;
    color: #66788a !important;
}

.loginpanel .md-form-group .md-input:focus ~ label, .loginpanel .md-form-group .md-input.focus ~ label {
    color: #444;
    font-size:  14px !important;
}
.w-480{
    width: 480px;
}
.list-group-item {
    border: none;
    padding: 0;
}
.md-form-group{
    padding: 0px;
}
.form-control-label{
    padding-left: 0px;
}
#txtEmailId{
    margin: 0px 0px 10px 0px;
}
.input-left-icon{
    top: 0px !important;
    position: absolute;
    z-index: 5;
}
#divdisplayname{
    margin-top: 10px;
    margin-bottom: 10px;
}
.form-control,.continue-btn{
    height: 42px;
}
#mainBody{
    border-radius: 5px;
}
.topBar{
    height: 6px;
    background-color: #27414f;
}
.backArrow{
    transform: scale(-1);
}
.continue-btn, .continue-btn:hover, .continue-btn:focus {
    padding: 10px !important;
    /* background-color: #27414f !important; */
    width: 100%;
    border-radius: 5px;
    font-weight:600;
    /* border:1px solid #a8a69e !important */
}
/* #mainBody{
    border: 1px solid #d0d2db;
} */
#mainBody .primaryIconSvg.mailBox {
    stroke: #26404E;
    top: 32px;
    margin: 8px;
    position: absolute;
}
#lblMUserLoginError{
    margin-bottom: 10px;
}
#pnlForgotPassword{
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}