* {
    /*position: relative;*/
}

/*.container {
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
}*/
/* .required_country{
    width: 122%!important;
} */
#user_email {
    font-size: 16px;
    width: 408px;
    border: 1px solid #ccc;
    padding: 4px 6px;
    margin-bottom: 10px;
    box-sizing: border-box;
}
.cstm-class-pop{
    top: 0px !important;
}
#order_status_passwrd_classroom{
    float: right;
    margin-top: -25px;
    margin-right: -8px;
}
#send_me {
    font-size: 20px;
    width: 400px;
    padding: 10px 10px 12px !important;
    line-height: 18px;
    box-shadow: none;
    /* background-image: -webkit-linear-gradient(top,rgb(18,151,218),#388BD1); */
    font-style: normal;
}
.input-field {
    margin: 25px 0;
    float: left;
    width: 100%;
    position: relative;
    /*clear: both;*/
}
.custom_qstn , .default_ques {
    margin-left: 2px;
    display: inline-block;
    border: 1px solid #ccc!important;
    border-radius: 4px!important;
    box-sizing: border-box;
    padding: 10px;
}
#firstname, #lastname, #new_password, #confirm_password, #state, #city, #zip, #required_country {
    width: 50%;
    margin-left: 2px;
    display: inline-block;
    border: 1px solid #ccc!important;
    border-radius: 4px!important;
    box-sizing: border-box;
    padding: 10px;
}
#button-holder{
    cursor:pointer;
    float: right;
    width: 20px;
}
input::placeholder {
    /* color: #615b5b; */
	color: #A7A7A8;
}
input, select, textarea {
    height: 40px!important;
}
.fancybox-outer {
    font-family: sans-serif;
}
#orline {
    width: 90%;
}

#orlinespan {
 top: -12px;
 left: 137px;
 position: relative;
 font-size: 16px;
}
.fancybox-wrap, .fancybox-default, .fancybox-opened {
    /* width: 50%!important; */
    /* height: 80%!important; */
    bottom: 30px!important;
}
#button-holder img{
    width:18px;
    margin-top: -3px;
}

label {
    /* margin-bottom: 0px!important; */
    /* margin-top: 10px!important; */
}
#zip {
    margin-top: 12px;
}
#reg_email, #passcode, #people_id, #phone, #address, .add_span_image_ques {
    width: 100%;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    padding: 10px;
}
#add_span_image_ques{
    width: 92%!important;
    margin-bottom: 0px;
}
#gooogle_login {
    width: 100%;
}
.Google_div {
    float: unset;
    margin: auto ;
}
.google_quote {
    margin-top: 8px;
}
#registration_div {
    margin-top: -11px;
}
#registration-zip-select {
    margin-top: 20px;
}
#google_view {
    margin-top: 22px!important;
    float: left!important;
    width: 91%;
    margin-left: 0px!important;
    border: 1px solid #ccc;
}
#register {
    font-weight: 400!important;
    width: 92%;
    margin-left: 2px;
}
.form-registration {
    float: left;
}
.add_span_image_ques {
    height: 45px!important;
}
#passcode{
    border-right: none;
    border-bottom: none;
}

/* #passcode_msg{

} */
/*.input-field label {
    position: absolute;
    left: 5px;
    z-index: 2;
    top: 5px;
    width: auto;
    transform: translateY(0%);
    transition: transform 0.32s ease, font-size 0.32s ease;
}
*/


.input-field label {
    margin-left: 0px; /* 8px */
    position: absolute;
    left: 0px;
    z-index: 2;
    /* top: 5px; */
    width: auto;
    /*transform: translateY(0%);
    transition: transform 0.32s ease, font-size 0.32s ease;*/
    color: #000!important;
    font-weight: normal;
}

.input-field label.active {
	/*transform: translateY(-120%); */
	/* -webkit-transform: translateY(-120%);; /* WebKit */
	/* -moz-transform: translateY(-120%);; /* Mozilla */
	/* -o-transform: translateY(-120%);; /* Opera */
	/* -ms-transform: translateY(-120%);; /* Internet Explorer */

    /* font-size: 90%; */
    /* transition: transform 0.32s ease, font-size 0.32s ease; */
    color: #000;
	/* opacity: 0.6; */
}

.input-field input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    border: 0;
    border: 1px solid #cecfd3;
    height: 30px;
    border-radius:4px;
    box-sizing: border-box;
    font-size: 15px;
    color: #4d4d4d;
    line-height: 1;
    outline: 0;
	margin-top:22px!important;
}
.input-field textarea {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    border: 0;
    border-bottom: 1px solid #cecfd3;
    height: 40px;
    padding: 5px;
    box-sizing: border-box;
    font-size: 15px;
    color: #4d4d4d;
    line-height: 1;
    outline: 0;
}

.input-field input.active {
   /* border-bottom: 2px solid #3c8ac9;*/
}
.input-field input:focus {
    border: 1px solid #3c8ac9;
}
.input-field input.active:focus {
    /* border-bottom: 2px solid #3c8ac9; */
}

.input-field textarea.active {
    /*border-bottom: 2px solid #3c8ac9;*/
}
.input-field textarea.active:focus {
    border-bottom: 2px solid #3c8ac9;
}
.input-field.input-field_address {
    width: 47%;
    float: left;
    clear: none;
}



::-webkit-input-placeholder { /* Chrome/Opera/Safari */
/* color: #dcdcdc; */
color: #A7A7A8;
}
::-moz-placeholder { /* Firefox 19+ */
/* color: #dcdcdc; */
color: #A7A7A8;
}
:-ms-input-placeholder { /* IE 10+ */
/* color: #dcdcdc; */
color: #A7A7A8;
}
:-moz-placeholder { /* Firefox 18- */
/* color: #dcdcdc; */
color: #A7A7A8;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px white inset;
}
@media(min-width:0px) {
    /*.container { width: 675px; padding: 0 25px; }*/
    .custom_offset_main{ margin: 50px 2% 10px 2%; }
}
@media(min-width:350px) {
    /*.container { width: 675px; padding: 0 25px; }*/
    .custom_offset_main{ margin: 50px 10% 10px 10%; }
}
@media(min-width:545px) {
    /*.container { width: 675px; padding: 0 25px; }*/
    /*.custom_offset{ width: 348px; }*/
    .custom_offset_main{ margin: 50px 15% 10px 15%; }
}
@media(min-width:768px) {
    /* .input-field input{ width: 119%; } */
     .input-field input{ width: 100%; }
    /*.container { width: 675px; padding: 0 25px; }*/
    .custom_offset{ width: 460px; }
    .custom_offset_main{ margin: 50px 20% 10px 20%; }
}

@media(min-width:925px) {
   /* .container { width: 850px; }*/
    .custom_offset{ width: 410px; }
    .custom_offset_main{ margin: 50px 20% 10px 20%; }
	body{font-size:1.3em;}
}

@media(min-width:1059px) {
  /* .custom_offset{ width: 650px; } */
  .custom_offset{ width: 410px; }
  .custom_offset_main{ margin: 50px 20% 10px 20%; }
  	body{font-size:1.3em;}
}

@media(min-width:1700px) {
  .custom_offset{ width: 410px; }
  .custom_offset_main{ margin: 50px 20% 10px 20%; }
  	body{font-size:1.6em;}
}
.form-registration span {
    position: relative;
    top: 26px !important;
}

#passcode_err{
    top: 10px !important;
}

span.defaultq_err{
    top: 50px !important;
}
.passcode_err{
    top: 13px!important;
}

.input-field.title-data.joinCode{
    margin: 25px 0px 0px 0px;
}