
.app-theme-white.app-container {
background: #f1f4f6;
}
.app-container {
display: flex;
min-height: 100vh;
flex-direction: column;
margin: 0;
}
.app-container {
display: flex;
min-height: 100vh;
flex-direction: column;
margin: 0;
background: #ebebeb;
}
.bg-plum-plate {
margin: auto 0px;
}
.bg-animation {
animation: bg-pan-left 8s both;
}
.modal-dialogBox {
border-radius: 0.25rem;
}
.LoginWidth {
max-width: 70%;
margin: 54px auto;
}
.modal-contentBox {
position: relative;
display: flex;
flex-direction: column;
width: 100%;
pointer-events: auto;
background-color: #fff;
background-clip: padding-box;
border: none;
border-radius: 0;
outline: 0;
box-shadow: none !important;
}
.modal-titleHeader {
margin-bottom: 0;
line-height: 1.5;
margin-left: 10px;
}
.modal-title img {
width: 60px;
}
h4.signB {
font-weight: 600;
margin: 24px 0px 0px 0px;
color: #333;
font-size: 18px;
letter-spacing: 1px;
}
.form-row {
display: flex;
flex-wrap: wrap;
margin-right: -5px;
margin-left: -5px;
}
.input {
border: none;
border-bottom: 1px solid #8f8c8c;
border-radius: 0 !important;
margin: 12px 5px;
padding: 0.4rem 0.2rem !important;
width: -webkit-fill-available;
line-height: 1.5;
}
.LoginBtn {
color: #fff;
background-image: linear-gradient( 135deg, #f05a6a 0%, #f79033 100% ) !important;
padding: 7px 25px;
border-radius: 20px;
font-size: 16px;
margin: 25px 0px;
font-weight: 400;
letter-spacing: 1px;
width: 100%;
border: none;
}
.LoginMr {
background: #fff;
border-radius: 12px;
height: 550px;
max-width: 56%;
}
.loginText {
background-image: linear-gradient(45deg, #f05a6a , #f79033);
margin: 13px 0px;

text-align: center;
height: 522px;
border-radius: 12px;
}
.mainText {
padding: 90px 10px;
text-transform: uppercase;
}
.subHeader {
padding: 177px 10px 90px 10px;
}
.subText {
font-weight: 600;
letter-spacing: 1px;
}
.subMainheader {
letter-spacing: 1px;
}
.ltr-space-2{
letter-spacing: 2px;
}
.ltr-space-1{
letter-spacing: 1px;
}
.subHeader {
background-image: url("/images/Repeat%20Grid%2030.svg");
background-repeat: no-repeat;
background-position: 132px 246px;
background-size: 150px;
}
.mainText {
background-image: url("/images/Repeat%20Grid%2029.svg");
background-repeat: no-repeat;
background-size: 135px;
}
.modal-titleHeader img {
width: 120px;
margin: 0;
}
.input:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff !important;
    outline: 0;
    box-shadow: none !important;
}
.button:focus {
	outline: none !important;
}