
html, body {
    width: 100%;
    height: 100%;
}
body {
    background:#eff3f8;
    overflow: hidden;
}

.forgotpasswrd {
    text-align: right;
    padding-top: 9px;
}
	.forgotpasswrd a{
 text-decoration: none !important;
}
.suit_logo img {
    width: 210px;
}
/* Login Section Style */
* {
    box-sizing: border-box;
}
.loginlogo img {
    width: 204px;
    padding-bottom: 30px;
}
body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: -20px 0 50px;
    margin-top: 0px;
}
.newlogin .form-group {
    border: 1px solid #ccc;
    padding: 6px 6px;
    border-radius: 4px;
}
	form.login-form.newlogin {
    min-width: 414px;
    width: 100%;max-width: 100%;
}
	
	
	.newlogin  i {
    position: absolute;
    top: 0;
    left: 0px;
    font-size: 17px;
    color: #2F85C3 !important;
    padding: 10px 13px;
   
    line-height: 15px;
    border-radius: 3px 0 0 3px;
		font-size: 19px !important;
    color: #fffefe;
    padding: 10px 13px;
    background: transparent !important;
}
	
	
	
.container1 {
    background: #fff;
    border-radius: 10px;
    box-shadow: 30px 14px 28px rgb(0 0 5 / 20%), 0 10px 10px rgb(0 0 0 / 20%);
    position: relative;
    overflow: hidden;
   
    width: 1170px;
    max-width: 100%;
    min-height: 470px;
    transition: 333ms;
}

.form-container form {
    background:url("../images/Login-images/Blue-Bg.png");
    display: flex;
    flex-direction: column;
    padding:  0 50px;
    height: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;background-size: 100% 100%;
}



.form-container {
    position: absolute;
    top: 0;
    height: 100%;
    transition: all .6s ease-in-out;
}

.sign-in-container {
    left: 0;
    width: 50%;
    z-index: 2;
}

.sign-up-container {
    left: 0;
    width: 50%;
    z-index: 1;
    opacity: 0;
}

.overlay-container {
    position: absolute;
    top: 0;
    left: 50%;
    width: 50%;
    height: 100%;
    overflow: hidden;
    transition: transform .6s ease-in-out;
    z-index: 100;
}

.overlay {
   
    position: relative;
    left: -100%;
    height: 100%;
    width: 200%;
    transform: translateY(0);
    transition: transform .6s ease-in-out;
}

.overlay-panel {
    position: absolute;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 40px;
    height: 100%;
    width: 50%;
    text-align: center;
    transform: translateY(0);
    transition: transform .6s ease-in-out;
}

.overlay-right {
    right: 0;
    transform: translateY(0);
}

.overlay-left {
    transform: translateY(-20%);
}

@media (min-width: 1439.98px){

	.container1 {
    
    width: 1340px;
  
    min-height: 600px;
    
}
	
	}

	
@media (max-width: 1190px){.container1 {width: 1024px;min-height: 500px; }}
@media (max-width: 1048px){.container1 {width: 1000px;min-height: 500px; }}
@media (max-width: 1024px){.container1 {width: 900px;min-height: 500px; }}
@media (max-width: 950px){.container1 {width: 800px;min-height: 500px; }}
@media (max-width: 850px){.container1 {width: 700px;min-height: 500px; }form.login-form.newlogin { min-width: 100% !important;}}
@media (max-width: 750px){.container1 {width: 600px;min-height: 500px; }form.login-form.newlogin { min-width: 100% !important;}}
@media (max-width: 650px){.container1 {width: 500px;min-height: 500px; }form.login-form.newlogin { min-width: 100% !important;}.suit_logo {
    display: none;
}.sign-in-container {
    left: 0;
    width: 100%;
    z-index: 2;
}.overlay-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    transition: transform .6s ease-in-out;
    z-index: 100;
}
	}


.newlogin .form-group {
    border: 1px solid #ccc;
    padding: 6px 6px;
    border-radius: 4px;
    margin-bottom: 4px !important;
}

.error_content {
    color: #da2a3d;
    font-size: 10px;
}
	
	