@font-face {
    font-family: 'Noto Sans Regular';
    font-weight: 400;
    src: url('../fonts/notosans-regular-webfont.woff2') format('woff2'),
    url('../fonts/notosans-regular-webfont.woff') format('woff');
}

@font-face {
    font-family: 'Foundever Sans Medium';
    font-weight: 500;
    src: url('../fonts/6_foundever_sans_medium-web.woff2') format('woff2'), url('../fonts/6_foundever_sans_medium-web.woff') format('woff');
}

@font-face {
    font-family: 'Foundever Sans Regular';
    font-weight: 400;
    src: url('../fonts/5_foundever_sans_regular-web.woff2') format('woff2'), url('../fonts/5_foundever_sans_regular-web.woff') format('woff');
}

@font-face {
    font-family: 'Foundever Sans';
    font-weight: 400;
    src: url('../fonts/foundever_sans_bold-web.woff2') format('woff2'),
    url('../fonts/foundever_sans_bold-web.woff') format('woff');
}



*{
 margin: 0;
 padding: 0;
 font-family: 'Noto Sans Regular', sans-serif;
    
}
.container{
	width: 100%;
	height: 100%;
	box-sizing: border-box; 
	overflow: hidden;
}
.row{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
}
.col1 {
    /*flex-basis: 59%;*/
    margin: 0;
    width: 100%;
    height: 100vh;
    justify-content: center;
    align-items: left;
    vertical-align: middle;
    text-align: left;
    position: relative;
    /* padding: 40px; */
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-image: url(../Images/EverCoachLoginBg.svg);
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
}

    .col1::before {
        background-image: url(../Images/NoiseBG.png);
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-size: 100px;
        z-index: 0;
    }

.col2{
    z-index:20;
    position: relative;
    flex-basis: 41%;
    align-items: center;
    vertical-align: middle; 
    height: 100vh;
	background: #ffffff;
}

.caption {
    position: absolute;
    left: 40px;
    top: 40px;
    color: #ffffff;
    background-image: url(../Images/Foundever-login-screen-size.svg);
    height:35px;
    width:173px;
    background-repeat: no-repeat;
}
.caption-title{
	font-family: 'Foundever Sans';
	font-weight: bold;
	/* font-size: calc(1.5vw + 1vh + 2vmin); */
	font-size: 32px;
	/* line-height: calc(2vw + 1vh + 2vmin);	 */
	line-height: 42.05px;
    
}
.col2-contents {
    display: flex;
    justify-content: center;
    /*    align-items: center;*/
    flex-direction: column;
    vertical-align: middle;
    text-align: center;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: #09092D;
    width:380px;
}
.logo{
    width: 133px;
    height: 28px;
}
.login-btn {
    background-color: #5959EB;
    width: 100%;
    height: 36px;
    border-radius: 4px;
    color: #fff;
    line-height: 20px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    border-color: #5959EB;
    border-width: 0;
    display: inline-block;
    padding: 8px 16px;
}
.login-btn:hover{
    background-color: #3535CD;
}
.login-btn:active{
    background-color: #1717AB;	
}
.footer{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 88px;
/*    background: #ffffff;*/
	font-size: 12px;
	line-height: 20px;
	display: flex;
    justify-content: center;
    align-items: center;
    vertical-align: middle; 
	text-align: center;
	font-weight: 500;
	color: #fff;	
}

@media screen and (max-width: 492px) {
.col1{background-image: none}
.col1::before {background-image: none}
.footer{color: #000;}
.col2-contents{width:280px !important;}
.caption{background-image: url(../Images/FoundeverDarkLogo.svg);}
}

@media screen and (max-width: 1024px) {
    
}

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  z-index:21;
  
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.legal {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 70%;
  position: relative;
  transition: all 5s ease-in-out;
  
}

.legal h2 {
  margin: 0 0 20px 0;
  color: #ffffff;
 
}
.legal .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.legal .close:hover {
  color: #06D85F;
}
.legal .content {
  max-height: 30%;
  overflow: auto;
}
.link{
display: inline;
text-decoration: none;
color: #4C4C8E;
}

.loginform {
    background-color: #fff;
    border-radius: 12px;
    padding: 48px;
    text-align: center;
    margin: auto;
    z-index: 1;
}

.innercontainer {
    text-align: left;
    margin: 24px 0px;
}

.innercontainer p {
    font-family: 'Foundever Sans Medium' !important;
    font-weight: 500;
}

.subContainerText {
    font-size: 14px;
    font-family: 'Foundever Sans Regular' !important;
    font-weight: 400;
    line-height: 24px;
    color: #343476;
}

.ssoimage {
    padding-right: 8px;
    display: inline-block;
    vertical-align: middle;
}

.footerNew {
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}