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

@media (min-width: 769px){ 
	
    .clearfix{
        clear: both;
    }
    
    .hideondesktop{
        display: none;
    }

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

    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";
    }

    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% 10px / 75px 75px;
    }
    
    header img{
        width: 100px;
        height: 100px;
    }

    footer {
	    width: 100%;
    }

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

    /* FORM FORMAT CSS */
    .error { 
        color: red;
        font-size: 0.9em; 
    }
    
    .error-border{ 
        border: 1px solid red; 
    }
    
    form{
	    min-height: 500px;
    }

    form p{
	    float: left;
	    width: 90%;
	    margin-left: 5%;
    }

    label{
        width: 90%;
	    float: left;
	    margin-top: 10px;
	    color: #555;
	    margin-left: 5%
    }
    
    label span{
        width: 90%;
        float: left;
        text-align: center;
    }
    
    label p{
        margin-left: 5%;
        max-width: 75%;
        margin-bottom: 0px;
        margin-top: 8px;
    }
    
    .check-box{
        margin-top: 0px;
        margin-left: 5%;
        padding-top: 0px;
        padding-bottom: 3px;
        height: 40px;
    }
    
    .check-box p{
        margin-left: 2%;
    }

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

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

    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 ***/