body {
	/*background: #eee !important;	*/
}

@font-face {
    font-family: ProximaNova;
    src: url(Proxima Nova.otf);
}
.login-txt-center{
	/*font-family: ProximaNova;*/
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 1.25em;
}

.login-popup-txt-center{
  /*font-family: ProximaNova;*/
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 1.25em;
}
.login-form{
	margin:4% auto 0;
	max-width:380px;
}

.login-form h1{
	font-size: 30pt;
	font-weight: 700;
    letter-spacing: -1px;
    font-style: oblique;
}

.form-header,.form-footer{
	background-color: rgba(255, 255, 255, .8);
  	border: 1px solid rgba(0,0,0,0.1);
}

.form-signin{
	padding: 45px 35px 15px;
  	background-color: #fff;
  	border: 1px solid rgba(0,0,0,0.1);  
  	border-bottom: 0px; 
  	border-top: 0px;  
}

.form-register{
	padding: 45px 35px 45px;
  	background-color: #fff;
  	border: 1px solid rgba(0,0,0,0.1);  
  	border-bottom: 0px; 
  	/*border-top: 0px; */
    border-top-left-radius:4px;
    border-top-right-radius:4px;
}

.form-header{
	text-align: center;
	padding: 15px 40px;
	border-radius: 10px 10px 0 0;
}
.form-header i{font-size:60px;}
.form-footer {
	padding: 15px 40px;
  border-bottom-left-radius:4px;
  border-bottom-right-radius:4px	
}
.form-signin-heading{
	margin-bottom: 30px;
}
.bt-login{
	/*background-color: #ff8627;*/
    background-color: var(--main-color);
    color: #ffffff;
    padding-bottom: 10px;
    padding-top: 10px;
    transition: background-color 300ms linear 0s;
}
.form-signin .form-control, .form-register .form-control{
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
  border-radius: 4px;
}
.form-signin .form-control:focus, .form-register .form-control:focus {
  z-index: 2;
}
.form-register input{
	border: 1px solid #ddd;
    border-radius: 0;
    color: #333;
    height: 43px;
    margin-bottom: 10px;
    padding-left: 20px;
}

.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 30px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
/*i{margin-right: 4%;}*/
a{
    text-decoration: none;
    color:#333;
}

.has-error{color:#ff0000 !important;}
.has-success{color:#78b310 !important;}
.has-error input{border:1px solid red !important;}
.has-success input{border:1px solid #78b310 !important;}

.message_success{background-color: #78b310; color:#fff;padding: 5px;}
.message_error{background-color: #e74c3c; color:#fff;padding: 5px;}

/*h1{font-family: Pacifico;}*/

.google_rnd,.twitter_rnd,.facebook_rnd{
	padding: 10%;
	color: #fff;
	border-radius:50%;
}

.google_rnd, .google_rnd:hover {
    background-color: #dd4b39;
    border: 2px solid #dd4b39;
    color: #fff;
    
     
}
.twitter_rnd, .twitter_rnd:hover {
    background-color: #00aced;
    border: 2px solid #00aced;
    color: #fff;
}
.facebook_rnd, .facebook_rnd:hover {
    background-color: #3b5999;
    border: 2px solid #3b5999;
    color: #fff;
}
.modal-icons-rnd {
   font-size:2em;
}


.google,.twitter{
	padding: 10px 23%;
	margin-bottom:10px;
	width:100%;
}

.facebook{
 padding-right:10px;
  margin-bottom:10px;
  margin-right:10px;
  width:120px;
  height:36px;
  float:left;
 
}

.google{
 padding-right:10px;
  margin-bottom:10px;
  margin-right:10px;
  width:120px;
  height:36px;
  float:left;
 
}

.google, .google:hover {
    background-color: #dd4b39;
    border: 2px solid #dd4b39;
    color: #fff;
     
}
.twitter, .twitter:hover {
    background-color: #00aced;
    border: 2px solid #00aced;
    color: #fff;
}
.facebook, .facebook:hover {
    background-color: #3b5999;
    border: 2px solid #3b5999;
    color: #fff;
}
.modal-icons{
	 margin-left: -5px;
     margin-right: 20px;
}


/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    /*width: 50%;
    height: 50%;*/
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    /*color: black;*/
    text-decoration: none;
    cursor: pointer;
}

.loginpopup{
    background: #fff;
    /*border: 1px solid #e2e2e2;
    box-shadow: 0 0 5px #888;*/
    border-radius: 8px;
    padding-top: 5px;
    padding-bottom: 25px;
    width:600px;
    position: absolute;
    bottom: initial;
    left: 0;
    right: 0;
    margin: auto;
    overflow-y: hidden;
    /*top: 20%;*/
    top: 50vh;
    transform: translateY(-50%);
    display: none; 
    z-index: 1002; 
}

.loginpopup input,textarea{
   margin-top: 6px;
  margin-bottom: 6px;
  border-radius: 6px;
}

.loginpopup h3 {
    font-size: 1.35rem;
    margin-top: 10px;
}

.loginpopup .close {
    color: var(--main-color);
    float: right;
    font-size: 28px;
    font-weight: bold;
    margin-right: 10px;
    background-color: var(--mainmild-color);
    padding: 2px;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    text-align: center;
    margin-top: 5px;
}

.loginpopup .close:hover,
.loginpopup .close:focus {
    /*color: black;*/
    text-decoration: none;
    cursor: pointer;
    background-color: var(--mainlight-color);
}


@media screen and (min-width : 1000px) and (max-width : 1100px) {
  .loginpopup{
  width:600px;
  }

}
@media screen and (min-width : 768px) and (max-width : 1000px) {
.loginpopup{
    width: 450px;
  }
}
@media screen and (min-width : 320px) and (max-width : 767px) {
.loginpopup{
    width: calc(100% - 30px);
  }
}
@media screen and (min-width : 320px) and (max-width : 500px) {
.loginpopup{
    width: calc(100% - 30px);
  }
}
@media screen and (min-width : 300px) and (max-width : 470px) {
.loginpopup{
    width: calc(100% - 30px);
  }
}  






.fbbtn{
          display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    }

.signupbtn{

 padding-right:10px;
  margin-bottom:10px;
  margin-right:10px;
  width:120px;
  height:36px;
  float:left;



      background-color: #ff8627;
    border: 2px solid #ff8627;
    color: #ffffff;
          display: inline-block;
          margin-left: 10px;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    }

    .signupbtn:hover{
      color:#ffffff;
    }