body { background:#eaeaea; font-family: 'Poppins', sans-serif; }
      .loginbox { width:500px; margin:0 auto; margin-top:10%; background:#fff; padding:40px 70px; box-shadow: 1px 1px 15px 1px #cccccc63; }
      .loginlogo { width:100%; margin:0 auto; margin-bottom:10px; }
.price-box{
  border: solid 1px #e7e7e7;
    border-radius: 4px;
    position: relative;
    color: #1d63c2;
    margin-top:25px;
    border-radius:5px;
    box-shadow: 3px 4px 8.73px 0.27px rgba(179, 179, 179, 0.28);
    border:1px solid #d8d9da;
}

.price-box input{
    border: none;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 0;
    color: #767676;
    font-weight: 600;
    margin-left: 10px;
    outline:0;
    padding:13px 10px;
}
.calc--box, .avail-list, .price-box, .result-box{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
  }
.avail-list{padding: 15px 30px;}
.price-box i{margin-right: 5px;}

/*.price-box:first-child{margin-right: 15px}*/
.holder-text{
 position: absolute;
 color:#9a9797;
    font-weight: 600;
    background: white;
    padding: 0 2px;
    margin-left:10px;
    transition: 0.5s all;
    font-size: 13px;
    top: 16px;
}
.inputbox {  }
.mb15 { margin-bottom:15px; }
.mt30 { margin-top:30px; }
.inputbox-user { background:url('../images/login-username.png') no-repeat right center; margin-right:10px; }
.inputbox-password { background:url('../images/login-password.png') no-repeat right center; margin-right:10px; }
.forget-text { font-size:14px; color:#1d63c2; margin-top:7px; display:inline-block; }
.forget-text:hover { text-decoration:none; }
.bluebtn { background:#1d63c2; padding:12px 40px; display:inline-block; color:#fff; border:0; outline:0; border-radius:5px; box-shadow: 3px 6px 17.86px 1.14px rgba(59, 113, 185, 0.5); font-size:14px; font-weight:400; }
.bluebtn:hover { color:#fff; }
.logintext { margin-bottom:35px; font-size:30px; font-weight:400; }
.logintext img { margin-right:8px; }
.price-box.active{border: 2px solid #2e5dd1;}
@media(max-width:499px){

.loginbox{width: 100%; padding: 20px;}
}
.loader{background: rgba(0,0,0,0.06); width: 100%; height: 100%; position: fixed; left: 0; top: 0; z-index: 1000; display: none; }
.loader .loaders-design{background: #fff; border-radius: 5px; padding: 10px 40px 10px 20px; position: absolute; left: 50%; top: 50%; margin-left: -80px; margin-top: -10px; display: inline-block; box-shadow: 0 2px 8px 0 rgba(6,22,58,0.06); font-size: 14px; }
.loader .spinner-border{width: 20px; height: 20px; position: absolute; right: 10px; border-width:  .15em; top:  11px;}