.login_container{
	background:#fff;

}
.bg-white{
	background-color: #fff;
}
.radius-20{
	border-radius: 20px;
}
.box-shadow { 
    box-shadow: #00000056 0px 3px 6px;
}

.overflow-hidden{
	overflow:hidden;
}

.form-label{
    font-size: 10px;
    font-weight: bold;
    line-height: inherit;
    letter-spacing: .5px;
}
.btn-wb-blue{
	background-color: #07284D;
	border-radius: 0px;
	color:#fff;
    letter-spacing: .5px;
    width:100%;
    margin-top: 20px;
  	transition: 0.3s;
}
.btn-wb-blue:hover{  
  	transition: 0.3s;
    background-color: #19385c;
}
.form-container { 
    max-width: 431px;
    padding: 20px;
}
  
#formModal{
	padding-left: 0px;
}
/* === CSS FILTER EFFECTS === */
.firstBlur.modalBlur > *:not(.modal) {
  -webkit-filter: blur(2px);
}
.firstBlur.modalDesaturate > *:not(.modal) {
  -webkit-filter: saturate(0%);
}
