@charset "UTF-8";
/***** 9o9 Designs Preview LOGIN CSS FOR DESKTOP AND TABLETS ***
/* Author: Shauntel Goodman
/* Version: 2.0
/* Date Released: 10/26/2024
/* Last Modified: 1/30/2026
/*************************************/
@media only screen and (min-width:769px) and (max-width: 2400px) {
    header{
	    height: 100px;
	    background: #fff;
	    border-bottom: 5px solid #ffb900;
    }
    
    body{
        overflow: hidden;
        font-family: "Montserrat", sans-serif;
        width: 100vw;
        height: 100vh;
        font-family: "Urbanist", sans-serif;
        color: #fff;
    }
    
    .main-container{
	    display: flex;
	    flex-wrap: wrap;
	    flex-direction: row;
	    flex-flow: row wrap;
	    justify-content: flex-start;
	    gap: 0px;
	    width: 100%;
	    height: 100%;
	    padding: 0px;
	    margin: 0px;
    }
    
    main{
        height: 100%;
        width: 101%;
        margin: 0px;
        padding: 0px;
        background:url('/assets/images/mainbg.webp') no-repeat 0px 0px / 100% 100%;
    }
    
    a{
        color: #0d6efd;
        text-decoration:none;
    }
    
    footer{
	    color: #fff;
	    height: 55px;
    }


    .logo img{
	    width: 131px;
	    height: 50px;
	    margin-top:25px;
    }
    #tosbg{
        background: #fff;
    }

    #breadcrumbs{
        margin-top: 10px;
        margin-bottom: 10px;
    }
    
    h1{
        font-family: "Raleway", sans-serif;
        font-weight: 300;
	    padding-top: 25px;
    }
    
    h1 span{
        font-family: "RalewaySemiBold", sans-serif;
        font-weight: 300;
    }
    
    form #login{
	    margin: auto auto;
	    width: 450px;
	    margin-top: 50px;
	    margin-bottom: 50px;
	    border-radius: 5px;
	    border: 2px solid pink;
    }
    form h1{
        font-family: "Raleway", sans-serif;
        font-weight: 300;
	    text-align: center;
	    padding-top: 25px;
    }
    
    form h1 span{
        font-family: "RalewaySemiBold", sans-serif;
        font-weight:300;
    }
    
    form p{
        font-size: .9em;
    }
    
    #message{
	    color: yellow;
	    margin-top: 20px;
	    margin-bottom: 20px;
	    text-align: center;
    }
    
    #copyright{
	    text-align: center;
	    font-size:.9em;
	    margin-bottom:10px;
    }
    
    #disclaimer{
        width: 75%;
        font-size: .9em;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
        border: 1px solid blue;
    }
    .note{
        max-width:75%;
        margin-left: 12.5%;
        font-size: .9em;
        text-align:center;
        margin-top:20px;
    }
    .note-left{
        max-width:75%;
        margin-left: 12.5%;
        font-size: .9em;
        margin-top:20px;
    }
    .note-left span{
        font-family: "RalewaySemiBold", sans-serif;
    }
    .accesserrmsg{
        text-align:center;
        max-height: 250px;
        margin-top:50px;
        background: #fff;
         box-shadow: 2px 2px #ccc;
    }
    .accesserrmsg p{
        text-align:center;
        color: #002;
        font-weight:bold;
        margin-top:25px;
        margin-bottom:25px;
    }
    
    #forgotpw{
        width: 75%;
        text-align: right;
        margin-left: 12.5%;
        margin-top:15px;
    }
    
    label{
        width: 75%;
	    font-size: .9em;
	    margin-left: 12.5%;
	    font-weight: bold;
    }
    
    form p{
        width:75%;
        margin-left: auto;
        margin-right: auto;
    }
    
    .margin-left-12{
        margin-left: 12.5%;
    }
    
    #login input[type=text]{
        width:75%;
        height: 45px;
        border: 1px solid #f5f7f8;
        background: #f5f7f8;
        margin: 0 auto 5px auto;
        margin-left: 12.5%;
    }
    
    #login input[type=email]{
        width:75%;
        height:45px;
        border:1px solid #f5f7f8;
        background:#f5f7f8;
        margin: 0 auto 5px auto;
        border-radius:5px;
        margin-left: 12.5%;
    }
    #login input[type=number]{
        width: 75%;
        height: 45px;
        border: 1px solid #f5f7f8;
        background: #f5f7f8;
        margin: 0 auto 5px auto;
    }
    #login input[type=password]{
        width: 75%;
        height: 45px;
        margin-bottom: 5px;
        border: 1px solid #f5f7f8;
        background: #f5f7f8;
        margin: 0 auto 5px auto;
        margin-left: 12.5%;
    }
    .checkbox{
        width: 24px;
        height: 24px;
        border: 1px solid #f5f7f8;
        background: #f5f7f8;
        float: left;
        color: #002;
    }
    /*.label-checkbox{
    	color:#002;
	    font-size:.8em;
	    float:left;
	    width:75%;
	    text-align:left;
	    margin-left:10px;
	    margin-top:0px;
	    margin-bottom:0px;
	    padding-top: 3px;
    }*/
    
    input[type=submit]{
        min-width: 100px;
        padding: 10px 20px;
        background: #ffb900;
        border: 1px solid #ffb900;
        color: #fff;
        text-transform: uppercase;
        text-align: center;
        border-radius: 0px;
        margin-left: auto;
        margin-right: auto;
    }
    
    input[type=submit]:hover{
        color: #30c0cf;
    }  
}/*** end media ***/