body {
    padding-top: 0px !important;
}

.background {
    background-image: url(/assets/PriceLabs-Login-Bg.svg); 
    min-height: 100vh;
    position: relative;
}

.form-background {
  text-align: center;
}

.form-signup-input {
    height: 35px;
    border-radius: 4px;
}

#user_email {
    width: 100%;
}

.signup_email_div {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
}

.email-valid-icn {
    float: right;
    position: absolute;
    padding-top: 5px;
    right: 10px;
}

.vCenter {
    text-align: center;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

.signup-logo {
    margin-bottom: 25px;
}

.heading {
    margin-bottom: 0px;
}

.mt-10 {
    margin-top: 10px;
}

.m-logo {
  display: none;
}

.panel-text {
  color: white; 
  font-size: 35px;
}

#signup-panel-text-1 {
    font-size: 40px;
    color: white;
    font-weight: 700;
    line-height: 52px;
}

#signup-panel-text-2 {
    font-size: 40px;
    color: #FF4646;
    font-weight: 700;
    line-height: 52px;
    border-radius: 4px;
    background: white;
    padding: 4.5px 13px 0.5px 16px;
    max-width: 460px;
    margin: auto;
}

#signup-panel-text-3 {
    font-size: 30px;
    color: white;
    font-weight: 700;
    font-style: normal;
    line-height: normal;
    margin: 19px auto;
    max-width: 620px;
}

@media only screen and (min-device-width: 260px) and (max-device-width : 339px) {
    .res-view {
        background: white;
        padding: 0px 5px;
    }

    .m-view {
        display: none;
    }

    .signup-logo {
        margin: 10px 0;
        width: 180px;
    }

    .m-logo {
      display: block;
      background:#ef1707;
      padding:0px;
      text-align: center;
    }

    .signup-center {
        padding: 0 10px;
    }

    .email-valid-icn {
        float: right;
        position: absolute;
        padding-top: 5px;
        right: 15px;
    }
}

@media only screen and (min-device-width: 340px) and (max-device-width : 480px) {
    .res-view {
        background: white;
        padding: 0px 30px;
    }

    .signup-center {
        padding: 0 10px;
    }

    .form-background {
        text-align: center;
        position: relative;
        min-height: 80vh;
        margin-top: 40px;
    }

    .m-view {
        display: none;
    }

    .signup-logo {
        margin: 10px 0;
        width: 180px;
    }

    .m-logo {
      display: block;
      background: #EF1707;
      padding: 0px;
      text-align: center;
    }

    .email-valid-icn {
        float: right;
        position: absolute;
        padding-top: 5px;
        right: 15px;
    }
}

@media only screen and (min-device-width: 540px) and (max-device-width: 767px) {
    .res-view {
        background: white;
        padding: 0px 30px;
    }

    .m-view {
        display: none;
    }

    .signup-logo {
        margin: 10px 0;
        width: 180px;
    }

    .m-logo {
      display: block;
      background: #eEF1707;
      padding: 0px;
      text-align: center;
    }

    .signup-center {
      padding: 0 10px;
    }

    .email-valid-icn {
        float: right;
        position: absolute;
        padding-top: 5px;
        right: 15px;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .background {
        min-height: 100vh;
    }

    .m-view {
        width: 40%;
    }

    .signup-center {
      padding: 0 10px;
    }

    .res-view {
        background: white;
        padding: 0px;
    }

    .panel-text {
        color: white; 
        font-size: 24px;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1021px) and (orientation: portrait) {
    .res-view {
        position: absolute;
        top: calc(100vh - 85vh);
        left: 25%;
        margin: -25px 0 0 -25px;
    }
}

@media only screen and (min-device-width: 1022px) and (max-device-width: 1100px) and (orientation: landscape) {
    .res-view {
        position: absolute;
        top: calc(100vh - 85vh);
        left: 25%;
        margin: -25px 0 0 -25px;
    }
}

@media only screen and (min-device-width: 1022px) and (max-device-width: 1100px) and (orientation: portrait) {
    .res-view {
        position: absolute;
        top: calc(100vh - 70vh);
        left: 25%;
        margin: -25px 0 0 -25px;
    }
}

@media only screen and (min-device-width: 1366px) and (max-device-height: 1024px) and (-webkit-min-device-pixel-ratio: 2)  and (orientation: landscape)  {
    .res-view {
        margin-top: 20rem;
    }
}

@media only screen and (min-device-width : 1280px) {
    .res-view-d {
        text-align: center;
        margin: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-right: -50%;
        transform: translate(-50%, -50%)
    }   
}

@media only screen and (min-device-width: 650px) and (max-device-width: 991px) and (orientation: landscape) {
    .m-logo {
        display: block;
        background: #EF1707;
        padding: 0px;
        text-align: center;
    }

    .m-view {
        display: none;
    }

    .signup-center {
      padding: 0 10px;
    }

    .res-view {
        background: white;
        padding: 0px;
        width: 100%;
    }
}

#warning:before, #warning:after {
    display: block;
    position: absolute;
    color: #FFFFFF;
    width: 210px;
    right: 1px;
    top: -38px;
    font-size: 12px;
    line-height: 16px;
    padding: 3px 1px;
}

#warning:before {
    border-radius: 0.2em;
    content: attr(tooltip);
    background: #333333;
}

#warning:after {
    content: ' ';
    border-style: solid;
    right: 41px;
    top: 0px;
    right: 7px;
    width: 30%;
    border-color: transparent;
    border-top-color: #333333;
    border-width: 0.5em 0.5em 0 0.5em;
}

#error_explanation li {
  font-weight: normal;
}

.field-icon {
    float: right;
    margin-right: 15px;
    margin-top: -25px;
    position: relative;
    z-index: 2;
}
