/* Edge gesture blockers */
.gesture-blocker {
    position: fixed;
    top: 0;
    width: 25px; /* size of touch-capture zone */
    height: 100%;
    z-index: 9999;
    touch-action: none;
    background: transparent; /* invisible */
}

#left-blocker {
    left: 0;
}
#right-blocker {
    right: 0;
}

.homepage {
    background-color: rgba(223, 194, 195, 0);
    background-image: url("{{asset('assets/frontn/images/bg1.jpg')}}");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.homepage:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2);
}

section {
    display: flex;
    flex-flow: column;
    height: 100%;
    max-width: 450px;
    margin: 0 auto;
}

header {
    padding: 5%;
    position: relative;
    /* no flex rules, it will grow */
}

.headerform {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
}

.left-auto {
    margin-left: auto;
}

.center-auto {
    margin: auto;
    text-align: center;
}

.left-auto {
    margin: auto auto auto 0px;
    position: absolute;
    left: 10px;
}
.right-auto {
    margin: auto 0px auto auto;
}

.headerform .logo {
    width: 180px;
}

.headerform .back {
    width: 40px;
}

.headerform .logo-b {
    width: 60%;
}

.headerform .logo-h {
    width: 60%;
}

.headerform .logo-s {
    max-width: 50px;
}

.headerform .logo-ab {
    max-width: 130px;
}

.headerform .logo-moq {
    max-width: 100px;
}

.headerform .logo-moq-s {
    max-width: 100px;
}

.headerform .logo-wtc {
    max-width: 200px;
}

.headerform .logo-alj {
    max-width: 150px;
}

.headerform .logo-yai {
    max-width: 200px;
    margin: 15px auto;
}

.headerform .logo-yai-s {
    max-width: 80px;
}

.headerform h2 {
    font-size: 3.5vw;
    font-family: "GothamBold";
    text-align: center;
    padding: 0px 0px 0px 0px;
}

.topbox h2 {
    font-size: 20px;
    font-family: "GothamBold";
    padding: 0px 0px 0px 0px;
}

.headerform h2,
.headerform p,
.topbox h2,
.topbox p,
.topbox label {
    color: #d7cebd;
}

.main-content {
    padding: 5px 20px 5px 20px;
    flex: 1;
    /* 1 and it will fill whole space left if no flex value are set to other children*/
    /*  overflow: auto;*/
    -webkit-overflow-scrolling: touch;
}

footer {
    background-color: transparent;
    text-align: center;
    padding: 10px;

    /*min-height: 60px;*/
    /* min-height has its purpose :) , unless you meant height*/
}

footer a {
    color: rgba(255, 255, 255, 1);
    font-weight: normal;
}

.loginform .loginbox {
    /*background-color: rgba(255,255,255,0.5);
    border-radius: 20px;
    border: 2px solid #ffffff;*/
    /*  background: url("../images/bg-box.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position:center;*/

    display: flex;
    display: -webkit-flex;
    flex-direction: column;
}

.signup_bottom img {
    max-height: 100px;
    margin-left: auto;
    margin-right: auto;
}

.loginform input.form_input {
    width: 94%;
}

.allround {
    /* Safari 3-4, iOS 1-3.2, Android 1.6- */
    -webkit-border-radius: 12px;

    /* Firefox 1-3.6 */
    -moz-border-radius: 12px;

    /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
    border-radius: 12px;
}

.topround {
    -webkit-border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    /*-webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 4px;*/

    -moz-border-radius-topleft: 20px;
    -moz-border-radius-topright: 20px;
    /*-moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 4px;*/

    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    /*  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 4px;*/
}

@media screen and (max-width: 1124px) {
    .headerform h2 {
        font-size: 5.5vw;
    }
}

/* Responsive */
@media screen and (max-width: 991px) {
    .headerform h2 {
        font-size: 5.5vw;
    }
}

@media screen and (max-width: 575px) {
    .headerform h2 {
        font-size: 10.5vw;
    }
    .headerform .logo {
        width: 150px;
    }

    .headerform .logo-b {
        width: 60%;
    }

    .headerform .logo-h {
        width: 30%;
    }

    .headerform .back {
        width: 35px;
    }
}

@media screen and (max-width: 375px) {
    .headerform h2 {
        font-size: 10vw;
    }
    /*.headerform .logo {
        width: 40%;
    }*/
}

@media screen and (max-width: 360px) {
    .headerform h2 {
        font-size: 10vw;
    }
}
