@media only screen
and (min-device-width : 375px)
and (max-device-width : 667px) {
    video {
        display: none;
    }
    html, body{
        overflow: auto;
    }

    .login-landing-holder{
        flex-direction: column;
    }
    .login-wrapper {
        width: 100%;
        padding: 40px;
        border-radius: 0;
        margin-top: 50px;
        box-sizing: border-box;
        padding-bottom: 250px;
        height: auto;
        left: 0;
        margin-left: 0;
    }

    .login-wrapper input {
        width: 100%;
        box-sizing: border-box;
        padding: 10px 4px 13px 4px;
        font-size: 18px;
        font-weight: 600;
    }

    .login-wrapper input:focus {
        border-color: #2196f3;
    }

    .landing-holder {
        font-size: 1em;
        color: #fff;
        font-weight: 700;
        padding-left: 40px;
        padding-right: 40px;
        margin-top: 30px;
    }
    h1 {
        font-size: 1.8em;
    }


    .free-highlight {
        color: #0090ff;
        background-color: #fbffa5;
        padding-left: 7px;
        padding-right: 7px;
        border-radius: 6px;
        padding-bottom: 3px;
        margin-left: 6px;
    }

    .landing-price {
        font-size: 58px;
        font-weight: 900;
    }

    .landing-price i {
        font-size: 32px;
        font-weight: 600;
    }

    .mobile-only{
        display: block;
    }
    .desktop-only{
        display: none;
    }
    .login-headline{
        text-align: left;
        color: #000;
        font-family: Sans-Serif;
    }
    .logo {
        margin-bottom: 10px;
        margin-top: 10px;
        height: initial;
    }

    .run-registration {
        background-color: #ff51d2;
        width: 100%;
        text-align: center;
        margin-top: 30px;
        font-size: 1.2em;
        border-radius: 5px;
        padding-top: 17px;
        padding-bottom: 17px;
        color: white;
        cursor: pointer;
    }

    .login-registration-holder {
        flex-direction: column;
    }
    .login-pri-btm, .login-submit {
        font-size: 18px;
        font-family: OpenSans, 'HelveticaNeue-Light', 'HelveticaNeue', Helvetica, Arial, sans-serif;
        background-color: #09a702;
        color: #fff;
        text-decoration: none;
        width: 100%;
        height: 47px;
        padding-top: 11px;
        box-sizing: border-box;
        outline: 0;
        border-radius: 4px;
        margin-bottom: 12px;
    }

    .login-sec-btm, .login-registration {
        font-size: 18px;
        font-family: OpenSans, 'HelveticaNeue-Light', 'HelveticaNeue', Helvetica, Arial, sans-serif;
        background-color: #e8e8e8;
        text-decoration: none;
        width: 100%;
        height: 44px;
        padding-top: 9px;
        box-sizing: border-box;
        outline: 0;
        border-radius: 4px;
        color: #000;
    }
}
