@charset "UTF-8";
/*!
* 9o9 Brand Technologies, my9o9 Login Page CSS for mobile
* Copyright 2011-2026 9o9 Brand Technologies
* Version: 1.0
* Date Released:
* Last Modified:
*/

@media (max-width: 768px){ 
	
    .clearfix{
        clear: both;
    }
    
    .hideonmobile{
        display: none;
    }

    #message{
	    font-size: .9em;
	    text-align: center;
	    color: green;
    }
    
    .note{
	    font-size: .9em;
    }

    h1{
	    font-size: 3em;
	    text-transform: uppercase;
    }

    h2{
        font-family: Urbanist, "sans-serif";
        text-transform: uppercase;
        margin-top: 30px;
    }

    h2 span{
        font-size:.5em;
    }

    h3{
	    text-transform: uppercase;
    }

    a{
	    text-decoration: none;
    }

    a:hover{
	    color: #30c0cf;
    }

    html{
        width: 100vw;
        height: 100vh;
    }
 
    body{
        width: 100%;
        margin: 0px;
        padding: 0;
        overflow-x: hidden;
        font-family: "Urbanist", "Sans-serif";
        background:url('/assets/images/hero1bg.webp') no-repeat 0px 0px / 100% 1000px;
    }

    main{
        width: 100%;
	    margin-bottom:0px !important;
    }

    .main-container{
	    display: flex;
	    flex-wrap: wrap;
	    flex-direction: row;
	    flex-flow: row wrap;
	    justify-content: flex-start;
	    gap: 0px;
	    width:100%;
    }
	
    header{
	    height: 100px;
        width: 100%;
        margin: 0px;
        padding: 0;
        text-align: center;
    }

    header #logo{
	    background:url('/assets/images/my9o9logo.webp') no-repeat 50% 0px / 75px 75px;
    }
    
    header img{
        width: 75px;
        height: 75px;
    }

    footer {
	    width: 100%;
    }

    #copyright{
	    text-align: center;
	    font-size: .9em;
    }

    /* FORM FORMAT CSS */
    form{
	    min-height: 400px;
    }

    form p{
	    float: left;
	    width: 95%;
    }

    label{
	    float: left;
	    margin-left: 5%;
	    margin-top: 10px;
	    color: #555;
    }

    input[type=password], input[type='email']{
	    height: 45px;
	    float: left;
	    width: 90%;
	    margin-left: 5%;
	    border: 1px solid #ccc;
    }

    input[type="checkbox"]{
	    width: 25px;
	    height: 25px;
	    margin-top: 10px;
	    margin-left: 5%;
	    float: left;
	    border: 1px solid #ccc;
    }

    p label{
	    margin-left: 2%;
    }

    input[type="submit"]{
	    min-width: 100px;
	    padding: 10px 20px;
	    background: #ffb900;
	    border: 1px solid #ffb900;
	    color: #fff;
	    margin-top: 15px;
	    margin-left: auto;
	    margin-right: auto;
    }

    input[type="submit"] a{
	    text-decoration: none;
	    color: #fff;
    }

    input[type="submit"]:hover{
	    background: #30c0cf;
	    border: 1px solid #30c0cf;
	    color: #fff;
    }
}/*** end media query ***/