
img { max-width: 100%; }

::-moz-selection { background: #19b9e7; color: #fff; text-shadow: none; }
::selection { background: #19b9e7; color: #fff; text-shadow: none; }

.user-bg-img{background-image: url('../image/userbg.png');background-position: center;
    background-repeat: no-repeat; height: 100vh;
    background-size: cover;}

.icons-adjust{display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    color: #ffffff;
    position: absolute;
    font-weight: 700;
    padding: 1px 0px 3px 1px;
    margin: 5px 0px 0px 1px;
    background: #082a419c;
    height: 24px;
    text-align: center;
    width: 24px;
    border-radius: 4px;}
.box-shadow{background: #0f9bff59;
    display: inline-block;
    padding: 6px;
    margin-top: 4%;
    width: 100%;
    border-bottom: solid #00d6e5b8 3px;
    border-radius: 6px;
    box-shadow: 0px 4px 12px 3px #10101054;}
.btn-link-1 {
    display: inline-block;
    height: 50px;
    margin: 5px;
    padding: 16px 20px 0 20px;
    background: #19b9e7;
    font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    color: #fff;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
}
.btn-link-1:hover, .btn-link-1:focus, .btn-link-1:active { outline: 0; opacity: 0.6; color: #fff; }

.btn-link-1.btn-link-1-facebook { background: #4862a3; }
.btn-link-1.btn-link-1-twitter { background: #55acee; }
.btn-link-1.btn-link-1-google-plus { background: #dd4b39; }

.btn-link-1 i {
    padding-right: 5px;
    vertical-align: middle;
    font-size: 20px;
    line-height: 20px;
}
.text-white{color: white;}
.btn-link-2 {
    display: inline-block;
    height: 50px;
    margin: 5px;
    padding: 15px 20px 0 20px;
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid #fff;
    font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    color: #fff;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
}
.btn-link-2:hover, .btn-link-2:focus, 
.btn-link-2:active, .btn-link-2:active:focus { outline: 0; opacity: 0.6; background: rgba(0, 0, 0, 0.3); color: #fff; }

.btn-link-2 i {
    padding-right: 5px;
    vertical-align: middle;
    font-size: 20px;
    line-height: 20px;
}


/***** Top content *****/

.inner-bg {
       padding: 10px 0 8px 0;
}

.top-content .text {
    color: #fff;
}

.top-content .text h1 { color: #fff; }

.top-content .description {
    margin: 20px 0 10px 0;
}

.top-content .description p { opacity: 0.8; }

.top-content .description a {
    color: #fff;
}
.top-content .description a:hover, 
.top-content .description a:focus { border-bottom: 1px dotted #fff; }

.form-box {
       /*margin-top: 20px;*/
    /*border: 1px solid #36618291;*/
}

.form-top {
    overflow: hidden;
    padding: 0 25px 15px 25px;
    /* background: #444; */
    background: rgba(0, 0, 0, 0.35);
    text-align: left;
}

.form-top-left {
    float: left;
    width: 100%;
    padding-top: 25px;
}

.form-top-left h3 { margin-top: 0; color: #fff; }
.form-top-left p {  color: #fff; font-size: 15px; }

.form-top-right {
    float: left;
    width: 25%;
    padding-top: 5px;
    font-size: 66px;
    color: #fff;
    line-height: 100px;
    text-align: right;
    opacity: 0.3;
}

.form-bottom {
    padding: 25px 25px 30px 25px;
    /*background: #14b7ee14;*/

    -moz-border-radius: 0 0 4px 4px; -webkit-border-radius: 0 0 4px 4px; border-radius: 0 0 4px 4px;
    text-align: left;
} 

.form-bottom form textarea {
    height: 100px;
}

.form-bottom form button.btn {
    width: 100%;
}

.form-bottom form .input-error {
    border-color: #19b9e7;
}

.social-login {
    margin-top: 35px;
}

.social-login h3 {
    color: #fff;
}

.social-login-buttons {
    margin-top: 25px;
}

.middle-border {
    min-height: 300px;
    margin-top: 170px;
    border-right: 1px solid #fff;
    border-right: 1px solid rgba(255, 255, 255, 0.6);
}




.te_bl{ color:black;}
.te_wh{ color:white;}

.header_sign_up {
    background-color: #0e527f45;
   padding: 0px 0px 0px 0px;
    border-bottom: 1px solid #fbfeff52;
}


.inline-block{    display: inline-block;
    margin-right: 12px;
    font-size: 17px;
    color: white;}

    .label_margin{       margin: 0px 0px 18px 10px;}
    
    
    
    .log_in_style .form-control ,  .Sign_up_style .form-control {
    width: 100%;
    height: 34px;
    padding: 6px 31px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #fff;
    background-color: #fff0;
    background-image: none;
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;}
    
    
    
    
    
    
    
    .log_in_style  ::-webkit-input-placeholder ,
    .Sign_up_style ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: white;
}

.log_in_style  ::-webkit-input-placeholder ,
.Sign_up_style ::-moz-placeholder { /* Firefox 19+ */
  color: white;
}

  .log_in_style  ::-webkit-input-placeholder ,
 .Sign_up_style :-ms-input-placeholder { /* IE 10+ */
  color: white;
}

.log_in_style  ::-webkit-input-placeholder ,
.Sign_up_style :-moz-placeholder { /* Firefox 18- */
  color: white;
}
    
    
    
    
    .Sponser_id {display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 15px;
    line-height: 1.42857143;
    color: #02ffc6;
    background-color: #fff0;
    background-image: none;
    border: none;
    /* border-bottom: 1px solid #ccc; */
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;}
    
    .Sponser_id_show_off{ display:none;}
    
    
    .pad-0-add{     padding-right: 0px !important; 
     padding-left: 0px !important; }
    .show_Sponser_id{display:block !important;}
    
    
    
    

/***** Media queries *****/

@media (min-width: 992px) and (max-width: 1199px) {}

@media (min-width: 768px) and (max-width: 991px) {}

@media (max-width: 767px) {
    .user-bg-img {
    background-image: url(../img/userbg.png);
    background-position: center;
    background-repeat: no-repeat;
    height: auto;
    background-size: cover;
}
    
    .box-shadow {
    background: #4b97f3;
    display: inline-block;
    padding: 6px;
    margin-top: 4%;
    width: 100%;
    border-bottom: solid #00d6e5b8 3px;
    border-radius: 6px;
    box-shadow: 0px 4px 12px 3px #10101054;
}
    .middle-border { min-height: auto; margin: 65px 30px 0 30px; border-right: 0; 
                        border-top: 1px solid #fff; border-top: 1px solid rgba(255, 255, 255, 0.6); }
    
}

@media (max-width: 415px) {
    
    h1, h2 { font-size: 32px; }

}






   .Sign_up_style .form-top {
    overflow: hidden;
    padding: 0px 25px 0px 25px;
    background: #444;
    background: rgba(0, 0, 0, 0.35);
   /* -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;*/
    /*border-radius: 4px 4px 0 0;*/
    text-align: left;
}


.Sign_up_style .form-top-left {
    float: left;
    width: 75%;
    padding-top: 10px;
}

.btn-theme-color{  background-color:#083448;border-bottom: solid 1px #00d6e5b8; }
.btn-theme-color:hover{  color:#fff;
    background-color:#00d6e5b8; transition: all .3s ease-in-out }
.Sign_up_style .form-top-right {
    float: left;
    width: 25%;
    padding-top: 5px;
    font-size: 46px;
    color: #fff;
    opacity: 0.3;
    line-height: 0px;
    
}

.Sign_up_style .form-bottom {
    padding: 10px 25px 15px 25px;
    background: #14b7ee14;
    -moz-border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    text-align: left;
}


.log_in_style .alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    position: absolute;
    right: 0px;
    text-align: center;
    left: 21px;
    width: 90%;
    padding: 12px 30px;
    top: 40px;
}

.Sign_up_style .alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    position: absolute;
    right: 0px;
    font-size: 16px;
    text-align: center;
    left: 20px;
    width: 90%;
    padding: 11px 30px;
    top: 37px;
  }
  
.forget_password_link{color: #172170;
    font-size: 15px;
    display: block;
    padding: 0px 0px 0px 12px;}

.forget_password_link:hover{color: #ffffff !important;}
    
    .sell_bt{       padding: 10px 0px;
    background-color: white;
    font-weight: bold;
    font-size: 22px;
    margin: 10px 0px;}
    
    
 .sel_style_new {    position: absolute;
    border-bottom: none;
    top: 2px;
    width: 32%;
    border-radius: 4px;
    padding: 6px 4px;
    background-color: #0b4b6f;
    color: wheat;}
    
    .input_new_style{padding: 0px 0px 0px 150px !important;}
    
    