@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap');
body{
	background:  #F0F8F3 ;
}
.map-div
{
/*	height: 650px;*/
	background: #ACC0C9;
    border: 1px solid #d6d6d6;
    border-right: 0;
    min-height: 80vh;
    margin-top: 10vh;
        display: inline-grid;
    align-content: center;
}
.cst-p{
	color: #FFFFFF;
	position: relative;
	top: -6px;
	left: 4px;
	font-family: Open Sans,Regular;
	margin-top: 30px;
	
}
.cst-h3{
	font: bold;
	font-size: 30px;
	color: #FFFFFF;
	font-family: Open Sans,Regular;
}
.login-container{
/*    margin-top: 4%;*/
}
.login-form-2{
	padding: 40px 100px;
    background: #0084BF;
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 9px 26px 0 rgba(0, 0, 0, 0.19);
/*	height: 650px;*/
    margin-top: 10vh;
        display: inline-grid;
    align-content: center;
}
.login-form-2 .image-bg-div{
	background-image: url("../images/white-logo.png");
}
.login-form-2 h3{
    margin-bottom:0;
    color: #05b5cc ;
}

.btnSubmit{
/*
    font-weight: 600;
    width: 50%;
    color: #fff;
    background-color:#2196F3;
    border: none;
    padding:2%;
	margin-top: 60px;
	margin-left: 80px;
    width: 50%;
    height: 68px;
    border-radius: 40px;
	border: 1px solid transparent;
	transition: all 0.3s;
*/
    border: none;
    width: 261px;
    height: 68px;
    background: #2196F3 0% 0% no-repeat padding-box;
    border-radius: 40px;
    font: var(--unnamed-font-style-normal) normal normal 22px/30px var(--unnamed-font-family-open-sans);
text-align: center;
font: normal normal normal 22px/30px Open Sans;
letter-spacing: 0.21px;
color: #FFFFFF;
}
/*
.img-logo{
	position: absolute;
	height: 170px;
	right: 20px;
	bottom: 66px;

}
*/
.img-map{
    position: relative;
    margin-bottom: 70px;
    left: 20%;
	margin-top: 8px;
    width: 250px;
}
.cst-form-control{
	height: 40px;
    border-radius:5px;
    box-shadow: 0px;
    box-shadow: none;
}
.mt-5{
margin-top: 40px;
}

.CalmTag_logo{
    min-width: 300px;
    margin-bottom: 30px;
}











.bg-custom{
        background: #ACC0C9;
    min-height: 100vh;
}

.verticle-center-img{
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    overflow: hidden;
}
.bg-theme-blue{
    background: #0084BF;
}
.img-logo{
    height: 90px;
    margin-bottom: 70px;
}
.login-text{
    text-align: left;
    font: normal normal bold 30px/30px Open Sans;
    letter-spacing: 0.28px;
    color: #FFFFFF;
    margin-top: 50px;
    font-size: 30px;
    text-transform: uppercase;
}
.login-text-tagline{
    text-align: left;
    font: normal normal normal 22px/30px Open Sans;
    letter-spacing: 0.21px;
    color: #FFFFFF;
    opacity: 0.72;
    margin-top: 30px;
}
.theme-hr{
    background: #2196F3 0% 0% no-repeat padding-box;
    height: 8px;
}
.login-form input{
    margin-top: 38px;
    height: 50px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: inset 0px 3px 6px #00000029;
    border: 1px solid #0084BF;
    border-radius: 8px;
    opacity: 1;
    text-align: left;
    font: normal normal 600 16px/30px Open Sans;
    letter-spacing: 0.15px;
    color: #9F9F9F;
    opacity: 1;
}

.login-submit{
    background: #2196F3 0% 0% no-repeat padding-box;
    border-radius: 40px;
    opacity: 1;
    border: none;
    width: 50%;
    margin: auto;
    margin-top: 25%;
    height: 50px;
    margin-left: 25%;
    text-align: center;
    font: normal normal normal 22px/30px Open Sans;
    letter-spacing: 0.21px;
    color: #FFFFFF;
    opacity: 1;
    margin-bottom: 20px;
	padding: 7px 20px;
}
a:hover{
	color: white;
}



.login-icon{
    margin-left: 10px;
}

.text-red-500{
    color: orange;
  }
  .border-red-500{
    border: 3px solid orange !important;
  }
  .right-box{
      position: relative;
      z-index: 99;
  }
  .login-submit:focus{
    border-color: #2196F3 !important;
    outline: none !important;
  }
  .login-submit:hover .view-login{
    display: none;
}
.text-next{
    display: none;
    transition: all 0.3s;
}
.login-submit:hover .text-next{
    display: inline-block;
}
