
.dialog {
    /*background: #eee;*/
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: auto;
    position: absolute;
    opacity: 0;
    display: none;
    padding: 10px 30px 30px;
    z-index: 1500;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease;
    -webkit-overflow-scrolling: touch
}

 .field-label {
    //display: none
}
.field-content {
background: #ffffff;
}
 form.withLabel .field label {
    display: inline-block;
    margin-bottom: 5px
}

 .storageAlertForm p {
    padding: 40px 20px;
    max-width: 540px;
    text-align: center
}

.activeForm {
    display: block;
    opacity: 1;
    top: 60px
}

 .field input,  .field textarea {
width: 100%
}

 .field textarea {
padding: 10px;
height: 100px;
resize: none
}

.dialog a {
margin-right: 0
}

.dialog a + a {
margin-left: 10px
}


 .lefter {
display: table-cell;
vertical-align: top;
padding-right: 25px;
position: relative
}

 .line-top {
display: table-cell;
vertical-align: top;
padding-left: 25px;
border-top: none
}

 .form_heading {
text-align: left;
margin-bottom: 20px
}

.dialog small {
font-size: 1.4rem;
font-style: italic;
/*color: #333;*/
display: block;
padding-left: 10px;
margin-top: -10px;
margin-bottom: 25px
}

 .lefter .fields {
padding: 5px 0
}

 .line-top .fields {
border-left: 1px solid #ccc;
margin-left: -25px;
padding: 5px 0 0 25px
}

 .enterWithSoc {
margin-top: 35px;
width: 100%;
bottom: 0
}


 .form_heading {
text-align: left;
margin-bottom: 20px;
/*color: #004F62;*/
font-size: 2.4rem;
font-weight: normal;
line-height: 2.4rem;
margin: 30px 0;
text-align: center;
padding-bottom: 0;
border: none;
}
    

@media screen and (max-width: 650px) {
.activeForm {
top: 0;
position: absolute
}

 .enterWithSoc {
position: static
}

 .lefter {
display: block;
padding-right: 0
}

.field_info_section {
width: 230px
}

 .line-top {
display: block;
padding-left: 0;
margin-top: 20px;
border-left: none;
border-top: 1px solid #ccc;
padding-top: 20px
}

#login_form .field_info_section {
width: 260px
}
}


@media screen and (max-width: 550px) {
.dialog {
margin: auto !important;
width: 100%
}

.form_order_call {
max-width: 320px
}

.form_order_call .field_info_section {
width: 100%
}

.partner .field_info_section {
width: 100%
}

.dialog {
max-width: 290px
}

 .field_info_section {
width: 100%
}
}

.overlay {
    background: rgba(0,0,0,0.8);
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1000
}

.no-scroll {
    overflow: hidden;
    left: 0;
    -webkit-overflow-scrolling: touch;
    position: fixed;
    top: 0;
    width: 100%
}

.overflowed {
  overflow: auto;
  width: 200px;
  max-height: 200px;
  margin: 50px auto;
  }
