.ShareLoginFlexDiv
{
	background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
    padding: 10px;
    overflow: hidden;
    width: 30%;
    max-width: 100%;
    min-height: 480px;
	margin: 2% auto;
    font-family: DM_SANSvar;
	/* display: flex;
    align-content: flex-start;
    justify-content: center;
    flex-wrap: wrap; */
}
.EYEIconCls
{
    width: 30px;
    position: absolute;
    margin-left: -14%;
    margin-top: 2%;
    cursor: pointer;
    
}


.Warninmessagediv
{
    width: 100%;
    display: flex;
    height: 400px;
    align-items: center;
    justify-content: center;
}
.Warninglbl
       {
        font-size: 40px;
        color: #595050;
        font-family: Anton;
       }
.MembersLoginIcon
{
    width:62%;
}
.ShareFlexContainer
{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 3% auto;
}
.ShareHlderHeaderDiv
{
    width: 100%;
    text-align: center;
    padding-bottom: 0px;
}
.ShareImageDiv
{
    box-sizing: border-box;
    padding: 5px;
    width: 45%;
    text-align:right;
}
.ShareCotainerdiv
{
    box-sizing: border-box;
    padding: 5px;
    width:55%;
    text-align:center;
}

.ShareHeader
{
    font-family: Anton;
    font-size: 26px;
    letter-spacing: 0.2px;
    color: #595050;
}
.ShareHeader2
{
    font-family: DM_SANSvar;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.2px;
    color: #595050;
}
.VideoDiv
{
    width: 100%;
    text-align: center;
    font-family: DM_SANSvar;
    font-weight: bold;
    
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.PlayIcon
{
    width:50px;
    cursor: pointer;
}
.ShareHolFlex
{
    display: flex;
    width: 40%;
    margin: 0% auto;
    flex-wrap: wrap;
    font-family: DM_SANSvar;
}
.ShareHolFlex div
{
    box-sizing: border-box;   
    width: 100%;
    text-align: left;
}

.shareholderLoginBtn
{
    padding: 15px;
    background-color: #1D4172;
    width: 97%;
    border-radius: 5px;
    color: aliceblue;
    font-size: 20px;
    border: none;
    cursor: pointer;
}
.UserinputDiv {
    position: relative;
    padding: 8px;
    padding-left: 2px;
}
.LogoDiv
{
    text-align: center;
}
.IRMSLLogo
{
    width: 80%;
    height: 110px;

}
.Heading
{
    font-size: 22px;
    text-align: center;
    color: #1161ee;
    font-weight: bold;
}
.videotutheader
{
    color: #595050;
    font-weight: bold;
    font-family: DM_SANSvar;
    
}

.login-form
{
    padding: 20px;
    
    width: 70%;
    margin: 0% auto;
}
.login-form .group{
	margin-bottom:15px;
   
    
}
.login-form .group .label,
.login-form .group .input,
.login-form .group .button{
	width:100%;
	color:black;
	display:block;
    margin-bottom:10px;
    
}
.login-form .group .input,
.login-form .group .button{
	
	padding:14px 15px;
	border-radius:25px;
  
    font-size: 15px;
    width: 90%;border:1px solid lightgray;
}

.login-form .group .nbtn{
	
	padding:15px 20px;
	border-radius:25px;
    font-size: 16px;
   cursor: pointer;
    background: #1161ee;
    color:white;
    width: 100%;border:1px solid lightgray;
}

.hr{
	height:2px;
	margin:10px 0 10px 0;
	background:rgba(138, 137, 137, 0.2);
}
.foot-lnk{
	display: flex;
    justify-content: space-between;
   
}
.Newreglbl
{
    cursor: pointer;
    text-decoration: underline;
    color: blue;
    font-size: 15px;
}

.login-form .group .inputCaptcha
{
	
	padding:14px 15px;
	border-radius:25px;
    width: 40%;border:1px solid lightgray;
}

.refresh {
    background: #fff;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.20);
    padding: 8px;
    border: 0;
    border-radius: 25px;
    width: 35px;
    height: 35px;
    margin: -10px auto;
    
}
.Captchagrp
{
    align-items: center;
}
.reloadimg
{
    width: 25px;
    margin: -1%;
    cursor: pointer;
    border-radius: 25px;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.20);

}
.Captchacls
{
    height: 45px;
    width: 140px;
    margin-bottom: -5px;
}


.form-group {
    position: relative;
  }
  .form-group input {
    width: 90%;
    padding: 11px;
    border: 1px solid rgba(96, 88, 202, 0.774);
    border-radius: 3px;
    font-size: 15px;
    transition: border-color 0.3s ease;
    font-family: DM_SANSvar;

    
  }
  .form-group label {
    position: absolute;
    left: 12px;
    top: 12px;
    font-size: 15px;
    color: #777;
    pointer-events: none;
    transition: 0.2s ease all;
    font-family: DM_SANSvar;
  }
  .form-group input:focus {
    border-color: #6058cac5;
    outline: none;
  }
  /* .form-group #DobLable {
      position: absolute;
      left: 12px;
      top: -8px;
      font-size: 12px;
      background-color: white;
      color: #007bff;
      transition: top 0.3s ease, font-size 0.3s ease;
      font-family: DM_SANSvar;
    } */
    .form-group input:focus + label,
    .form-group input:not(:placeholder-shown) + label {
    top: -9px;
    font-size: 13px;
    color: #007bff;
    background-color: #ffffff;
    padding: 0 4px;
    border-radius: 4px;
    left: 8px;
    }
    .mandatory
    {
        color: red;
    }
    .CapchaFlexRow
{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    /* flex-wrap: wrap;
    align-items:flex-end ; */
}
.CaptchaReloadImg
{
    width: 30px;
}




#mask2 {position:fixed;left:0;top:0;z-index:3;width:100%;height:100%;background: rgba(0%, 0%, 0%, 75%);display: none;z-index: 999;}
#boxes2 .window2 {position: absolute;left:0px;top:15px;right:0px;display:none;z-index:9999;padding:20px;}
#boxes2 #dialog2 {width:100%;height:auto; position: fixed;margin-left: -0.5%;}

.CreativesBox2{width: 70%;margin: 3px auto;height: 600px;box-shadow:inset 5px 5px 10px #c0bdbd,inset -5px -5px 10px #c0bdbd;border-radius: 20px;background-color: white;}
.maskheadFullview
    {
        /* background-color:#7c5711; */
        /* background-image: linear-gradient(to right,#812f0f,#ad2a2a,#aa4c0d,#ad2a2a,#a82706); */
        /* background-image: linear-gradient(rgb(144, 145, 143),rgb(172, 173, 170),rgb(177, 179, 175),rgb(141, 141, 141)); */

        height: 40px;
        text-align: center;
        color:black;
        font-family:sans-serif;
        padding: 4px;
        border-radius: 9px 9px 0px 0px;
    }

    .link-3 {
        width: 2rem;
        height: 2rem;
        border: 1px solid hsla(0, 0%, 100%, .4);
        border-radius: 100rem;
        color:white;
        font-size: 21px;
        background-color: #1D4172;
        cursor: pointer;
        top: 4px;
        right: 7px;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: .2s;
      }
    .ImageShowDiv
    {
        width: 90%;
        height: 490px;
        border-radius: 5px;
        box-shadow: 0px 0px 15px lightgray;
        margin: 4px auto;
        overflow-y: auto;
        text-align: center;
    
        
    }
    .vidoPatern
    {
        width: 85%;
    }
@media only screen and (max-width:800px)
{
    
    .ShareHolFlex {
        display: flex;
        width: 73%;
        margin: 2% auto;
        flex-wrap: wrap;
        font-family: DM_SANSvar;
    }
   
    
}

@media  (min-width: 300px) and (max-width:600px) 
{
    .ShareLoginFlexDiv {
        background-color: #fff;
        border-radius: 10px;
        box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
        padding: 10px;
        overflow: hidden;
        width: 95%;
        max-width: 100%;
        min-height: 480px;
        margin: 10% auto;
        font-family: open_sansregular;
    }
    .IRMSLLogo {
        width: 100%;
        height: 110px;
    }
    .login-form {
        padding: 10px;
        width: 93%;
        margin: 0% auto;
    }
    .Captchacls
    {
    height: 35px;
    width: 79px;
    margin-bottom: -10px;
    }
    .ShareFlexContainer {
        display: flex;
        flex-wrap: wrap;
        width: 95%;
        margin: 22% auto;
    }

    .ShareCotainerdiv {
        box-sizing: border-box;
        padding: 5px;
        width: 95%;
        text-align: center;
    }
    .ShareImageDiv {
        box-sizing: border-box;
        padding: 5px;
        width: 90%;
        text-align: right;
        margin-top: 15%;
    }
    .ShareHolFlex {
        display: flex;
        width: 80%;
        margin: 2% auto;
        flex-wrap: wrap;
        font-family: DM_SANSvar;
    }
    .MembersLoginIcon
    {
         width:100%;
    }
    #boxes2 #dialog2 {
        width: 100%;
        height: auto;
        position: fixed;
        margin-left: -5.5%;
    }
    .CreativesBox2 {
        width: 92%;
        margin: 14% auto;
        height: 313px;
        box-shadow: inset 5px 5px 10px #c0bdbd, inset -5px -5px 10px #c0bdbd;
        border-radius: 20px;
        background-color: white;
    }
    .vidoPatern {
        width: 100%;
        height: 240px;
    }
    .ImageShowDiv {
        width: 90%;
        height: auto;
        border-radius: 5px;
        box-shadow: 0px 0px 15px lightgray;
        margin: 4px auto;
        overflow-y: auto;
        text-align: center;
    }
}
