.sing-in-popup {
    background: #d0858b;
    max-width: 900px;
    margin: 0 auto 0;
    d0858b padding: 6px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 40px;
    position: relative;
    top: 27%;
    /*transform: translateY(-50%);*/
    z-index: 9999999;
}

@media only screen and (min-width: 448) {
  .sing-in-popup{
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media only screen and (min-width: 992px) {
  .sing-in-popup{
    padding-left: 80px;
    padding-right: 80px;
  }
}

.sing-in-overlay{
    width: 100%;
    display: none;
    position: absolute;
    top: 0px;
    height: 100vh;
    display:none;
}

.sing-in-hr{
  width: 100px;
  border-top: 3px solid #eee;
  margin-top: 4px;
  margin-bottom: 10px;
}

.sing-in-popup h1{
    color:#ffffff;
    font-size: 26px;
    text-align: center;
    font-family: Gotham, sans-serif;
}

.sing-in-popup p{
    text-align: center;
    font-size: 18px;
    color:#ffffff;
    padding: 10px;
    font-family: Gotham, sans-serif;
}

.sing-in-popup label{
    font-size: 16px;
    color: #ffffff;
    font-weight: normal;
    font-family: Gotham, sans-serif;
    margin-bottom: 10px;
}

.sing-in-popup a{
    color: #ffffff;
    font-weight: normal;
    cursor: pointer;
    font-family: Gotham, sans-serif;
    font-size: 16px;
    text-decoration: underline;
}

.sing-in-btn {
    font-size: 16px;
    font-family: Gotham, sans-serif;
    background: #44bab5 !important;
    height: 32px;
    width: 120px;
    border: none;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #ffffff;
    border-radius: 4px;
}

.sing-in-popup input{
    display: inline;
    width: 100%;
    height: 35px;
    border: none;
    margin-bottom: 15px;
	padding-left: 1rem;
}

.sing-in-popup .crt-btn{
    float: left;
    height: 35px;
    width: 100px;
    margin-top:15px;
    margin-bottom:15px;
    font-size: 16px;
}

.close-popup{
	font-size: 30px;
	text-align: right;
	color: #ffffff;
	padding-top: 20px;
	font-weight: bold;
}

.close-popup:hover{
    cursor: pointer;
}

.click-here{
  font-size: 18px !important;
}
