@import url(https://fonts.googleapis.com/css?family=Ubuntu);

@font-face {
font-family: 'Quantify Bold';
font-style: normal;
font-weight: normal;
src: local('Quantify Bold'), url('Quantify Bold.woff') format('woff');
}

@font-face { 
        font-family: AlphaMaleModern; 
        src: url('fonts/AlphaMaleModern.ttf');
}

body{
    overflow-y: initial !important
}
body{
    height: 370px;
    overflow-y: auto;

}

.heading{
  font-family: 'Quantify Bold'
}
.mainheading{
  font-family: 'Quantify Bold'
}
.red-btn{
  color: #fff;
  background: #f82249;
  padding: 7px 22px;
  border-radius: 50px;
  border: 2px solid #f82249;
  transition: all ease-in-out 0.3s;
  font-weight: 500;
  margin-left: 8px;
  margin-top: 2px;
  line-height: 1;
  font-size: 13px;
}

.red-btn:hover {
    color:white;
  background: none;
}


@media screen and (min-width: 1190px){
  .modal-dialog .modal-popout-bg {
    /*background-image: url("http://somepic.com/somepic.jpg");*/
}
  .modal-dialog{
      width: 30%;
      margin-top: 80px;
      
    
  }
  .spacetableft{
    margin-left:50%;
    padding-left:8%;
    padding-right:8%
  }
  .spacetabright{
      margin-left:50%;
      padding-left:8%;
      padding-right:8%
  }

  #style-11::-webkit-scrollbar {
    width: 0px;
    background-color: #F5F5F5;
  }
  #style-11::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(0,0,0,0.1);
    border: 1px solid #ccc;
  }

  #style-11::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: linear-gradient(left, #fff, #e4e4e4);
    border: 1px solid #aaa;
  }

  #style-11::-webkit-scrollbar-thumb:hover {
    background: #fff;
  }

  #style-11::-webkit-scrollbar-thumb:active {
    background: linear-gradient(left, #22ADD4, #1E98BA);
  }
  .modal-content {
    background:rgba(40,57,101,.5);  
    height: 660px;
  }
}


@media screen and (max-width: 1190px){
  .modal-dialog{
    background:url(https://raw.githubusercontent.com/khadkamhn/day-01-login-form/master/img/bg.jpg) no-repeat center;
    box-shadow:100px 100px 100px 100px rgba(0,0.24,0,.24),40px 200px 50px 700px rgba(0.19,0.19,0.19,.19);
    margin-top: 100px;
  }
  .spacetableft{
    text-align: center;
  padding-left: 35px;
  padding-right: 35px
  }
  .spacetabright{
  padding-left: 35px;
  padding-right: 35px;
  }
  .modal-content {
 background:rgba(40,57,101,.5); 
  height: 680px;
}
}
@media screen and (max-width: 400px){
  .modal-dialog{
    background:url(https://raw.githubusercontent.com/khadkamhn/day-01-login-form/master/img/bg.jpg) no-repeat center;
    box-shadow:100px 100px 100px 100px rgba(0,0.24,0,.24),40px 200px 50px 700px rgba(0.19,0.19,0.19,.19);
    margin-top: 100px;
  }
  .spacetableft{
    text-align: center;
  padding-left: 25px;
  padding-right: 25px
  }
  .spacetabright{
  padding-left: 25px;
  padding-right: 25px;
  }
  .modal-content {
  background:rgba(40,57,101,.5);  
  height: 680px;
}
}
@media screen and (max-width: 350px){
  .modal-dialog{
    background:url(https://raw.githubusercontent.com/khadkamhn/day-01-login-form/master/img/bg.jpg) no-repeat center;
    box-shadow:100px 100px 100px 100px rgba(0,0.24,0,.24),40px 200px 50px 700px rgba(0.19,0.19,0.19,.19);
    margin-top: 100px;
  }
  .spacetableft{
    text-align: center;
  padding-left: 15px;
  padding-right: 15px
  }
  .spacetabright{
  padding-left: 15px;
  padding-right: 15px;
  }
  .modal-content {
  background:rgba(40,57,101,.5);  
  height: 680px;
  }
}
@media screen and (max-width: 300px){
  .modal-dialog{
    background:url(https://raw.githubusercontent.com/khadkamhn/day-01-login-form/master/img/bg.jpg) no-repeat center;
    box-shadow:100px 100px 100px 100px rgba(0,0.24,0,.24),40px 200px 50px 700px rgba(0.19,0.19,0.19,.19);
    margin-top: 100px;
  }
  .spacetableft{
    text-align: center;
  padding-left: 10px;
  padding-right: 10px
  }
  .spacetabright{
  padding-left: 10px;
  padding-right: 10px;
  }
  .modal-content {
  background:rgba(40,57,101,.5);  
  height: 680px;
  }
}
@media screen and (max-width: 250px){
  .modal-dialog{
    background:url(https://raw.githubusercontent.com/khadkamhn/day-01-login-form/master/img/bg.jpg) no-repeat center;
    box-shadow:100px 100px 100px 100px rgba(0,0.24,0,.24),40px 200px 50px 700px rgba(0.19,0.19,0.19,.19);
    margin-top: 100px;
  }
  .spacetableft{
    text-align: center;
  padding-left: 5px;
  padding-right: 5px
  }
  .spacetabright{
  padding-left: 5px;
  padding-right: 5px;
  }
  .modal-content {
  background:rgba(40,57,101,.5);  
  height: 680px;
  }
}



.login-html .form-group{
  margin-left: 10px;
  margin-right: 10px;
}
@media screen and (min-width: 500px){
#main{
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}

#forget{
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  
}
#open{
    display:none;
  z-index: 10;
}
}
@media screen and (max-width: 500px){
  #main{
  display: none;
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  z-index:10;
}

#forget{
  display: none;
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  z-index:10;
}
#open{
    display:none;
    z-index:10;
}
}

#forget .model-content{
  background:rgba(40,57,101,.5);  
  height: 500px;

}
.modal-body .glyphicons{
  padding-top: 12px;
  padding-left: 12px;
  width: 40px;
}

.roundcircle1{
  margin-top: 50px;
  width: 150px;
}
.roundcircle{
  margin-top: 30px;
  width: 150px;
}
/*#main:hover{
  background: transparent;
}*/


.login-html .sign-in-htm,
.login-html .sign-up-htm{

  top:0;
  left:0;
  right:0;
  bottom:0;
  position:absolute;
  -webkit-transform:rotateY(180deg);
          transform:rotateY(180deg);
  -webkit-backface-visibility:hidden;
          backface-visibility:hidden;
  transition:all .4s linear;
}
.login-html .sign-in,
.login-html .sign-up,
.login-form .group .check{
  display:none;
}
.login-html .tab,
.login-form .group .label,
.login-form .group .button{
  text-transform:uppercase;
}
@media screen and (max-width:350px){
    .login-form .group .label{
        font-size:80%;
    }
}
.login-html .tab{
  font-size:22px;
  margin-right:15px;
  padding-bottom:5px;
  margin:0 15px 10px 0;
  display:inline-block;
  border-bottom:2px solid transparent;
}
.tab{
  color: red;
  font-family: 'Quantify Bold'
}

.login-html .sign-in:checked + .tab,
.login-html .sign-up:checked + .tab{
  color:#FFF;
  border-color:#1161ee;
}

span{
  font-family: Ubuntu;
}


.login-form{
  /*min-height:345px;*/
  font-family: Ubuntu
  position:relative;
  -webkit-perspective:1000px;
          perspective:1000px;
  -webkit-transform-style:preserve-3d;
          transform-style:preserve-3d;
}


.login-html .sign-in:checked + .tab + .sign-up + .tab + .login-form .sign-in-htm{
  -webkit-transform:rotate(0);
          transform:rotate(0);
}
.login-html .sign-up:checked + .tab + .login-form .sign-up-htm{
  -webkit-transform:rotate(0);
          transform:rotate(0);
}







/*My code*/
.modal-heading .centered{
  text-align: center;
  /*align-self:  center;*/
  color: #FFF;
}
@media screen and (min-width:500px){
.modal-heading .right-close{
  position: absolute;
  right :20px;
  font-size: 30px;
  margin-top: 35px;
  margin-right: 10px;
}
}
.modal-dialog .form-control{
  border-radius: 25px;
  background:rgba(255,255,255,.1);
  font-size: 20px;
}

.modal-dialog .right-close:hover{
  background-color: red;
  border-radius: 25px;
}


.modal-dialog span{
  color: #FFFFFF;
}


.login-html .form-group .glyphicon{
  padding-top: 12px;
  padding-left: 12px;
  width: 40px;
}
.login-html .form-group .border {
    display: inline-block;
    border:1px solid #fff;
    border-radius: 10px 0 0 10px; 
}
.login-html .form-group input{
    border:1px solid #fff;
}
.login-html .form-group  .border1{
    display:inline-block;
    border:1px solid #fff;
    border-left:none;
    margin-top:-1px;
    margin-bottom:1px;
    border-radius: 0 10px 10px 0;
}

.sign-up-htm button[type="submit"],
.sign-in-htm button[type="submit"],
.modal-body button[type="submit"]{
  background: #ff0000;
  border: 0;
  border-radius: 25px;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
}

.sign-up-htm button[type="submit"]:hover ,
.sign-in-htm button[type="submit"]:hover,
.modal-body button[type="submit"]:hover {
  background: #ff3333;
}

.pointer{
  cursor: pointer;
}

/*@media (orientation: landscape) {
  @media screen and (max-height: 400px){ 
    .spacetabright{
      right: 20px;
    }
    .spacetableft{
      left: 20px;
    }
    .modal-headin .centered{
      font-size: 50%;
    }
    .modal-heading .right-close{
      height: 50%;
    }
  }
}  */
.modal-heading .logowidth{
  margin-right: 25px;
  width: 300%;
  height: 120%;
}

@media screen and (min-width: 1190px){
.modal-heading .logowidth{
  margin-right: 25px;
  width: 300%;
  height: 120%;
}
    .modal-heading .centered{
      margin-top:45px;
      margin-left:10px;
      font-size:30px;
  }
  .modal-heading .right-close{
      margin-top:45px;
  }

}


@media (min-width:500px) and (max-width:1190px){
    .modal-heading .logowidth{
    margin-right: 25px;
    width: 280%;
    height: 110%;
  }
  .modal-heading .centered{
      margin-top:45px;
      margin-left:10px;
      font-size:30px;
  }
  .modal-heading .right-close{
      margin-top:45px;
    }
}/*
@media (min-width:600px) and (max-width:700px){
     .modal-heading .logowidth{
        margin-right: 25px;
        width: 380%;
        height: 130%;
      }
    .modal-heading .centered{
        font-size:15px;
    }
    .modal-heading .right-close{
          position: absolute;
          right :-180px;
          font-size: 18px;
          margin-top: -30px;
          margin-right: 10px;
    }
}
@media (min-width:700px) and (max-width:900px){
    .modal-heading .centered{
        font-size:18px;
    }
    .modal-heading .right-close{
          position: absolute;
          right :-240px;
          font-size: 18px;
          margin-top: -35px;
          margin-right: 10px;
    }
}
@media  (min-width:900px) and (max-width:1050px){
    .modal-heading .centered{
        font-size:20px;
    }
    .modal-heading .right-close{
          position: absolute;
          right :-270px;
          font-size: 20px;
          margin-top: -35px;
          margin-right: 10px;
    }
}*/
@media screen and (max-width: 500px){
  .modal-heading .logowidth{
    margin-right: 25px;
    width: 280%;
    height: 110%;
  }
  .modal-heading .centered{
      margin-top:35px;
      margin-left:10px;
      font-size:25px;
  }
  .modal-heading .right-close{
      position: absolute;
      right :20px;
      font-size: 25px;
      margin-top: 35px;
      margin-right: 10px;
    }
}
/*
@media screen and (max-width: 350px){
    .modal-heading .logowidth{
        margin-right: 25px;
        width: 280%;
        height: 100%;
      }
    .modal-heading .centered{
        font-size:25px;
    }
    .modal-heading .right-close{
      position: absolute;
      right :30px;
      font-size: 25px;
      margin-top: 35px;
      margin-right: 10px;
    }
}

*/


/*@media (max-width:340px){*/
/*    .modal-heading .right-close{*/
/*        position: fixed;*/
        /*right :50px;*/
/*        font-size: 25px;*/
/*        margin-top: 35px;*/
/*        margin-right: 50px;*/
/*    }*/
/*}*/

.blur-in {
    /*background: transparent;*/
    background-color: rgba(196, 204, 207);
    -webkit-filter: blur(4px);
        -moz-filter: blur(4px);
        -o-filter: blur(4px);
        -ms-filter: blur(4px);
        filter: blur(4px);
}

.overlay{
  position: fixed;
  width:100%;
}


    .roundcircle1{
        border-radius:25px;
    }


#open .logincheck{
    border-top-color: green;
    border: 2px solid blue;
    /*background:rgba(40,57,101,.5);  */
    /*color: white;*/
    border-radius: 25px;
}

#open .btn{
    border-radius: 30px;
    
  /*padding: 7px 22px;*/
}

@media screen and (min-width: 500px){
	.openpopup{
		position: absolute;
		top: 40%;
		left: 40%;
		z-index:100;
	}
}
@media screen and (max-width: 500px){
	.openpopup{
		position: absolute;
		top: 30%;
		left:10%;
		right:10%;
		z-index:100;
	}
}
#open .somespace{
	margin-left: 20px;
}

 .stoppointerevents{
     pointer-events: none;
}


 .continuepointerevents{
    pointer-events:auto;
}
