﻿/**-----------------------------------------------------------------
 * Header
 * Smartphones
 * -------------------------------------------------------------- */
@media only screen and (max-width: 769px) and (min-width: 320px) {

    body {
        padding: unset;
    }


    .register-left-box {
        display: none !important;
    }

    .register-right-box {
        top: 0px;
        left: 0px;
        right: 0px;
        width: 95%;
        overflow: auto;
        height: 100%;
        position: fixed;
        margin: 10px;
    }

    .form__heading {
        margin-top: 7rem !important;
        text-align: center;
    }

    .form__button {
        width: 100%;
    }

    .form__text {
        text-align: center;
    }

    .play-store-button {
        height: 90px;
        width: 250px;
    }

    .bg--pattern {
        background: url(../assets/patern.svg) top -18rem left repeat-x;
    }
}


@media (max-width: 763px) {
}

/**-----------------------------------------------------------------
 * Header
 * Tablets
 * -------------------------------------------------------------- */
@media only screen and (max-width: 768px) and (min-width: 475px) {
}

@media only screen and (max-width: 1024px) and (min-width: 475px) {
}

@media only screen and (max-width: 1440px) and (min-width: 376px) {
}
