@charset "UTF-8";
/***** 9o9 Designs Preview LOGIN CSS FOR DESKTOP AND TABLETS ***
/* Author: Shauntel Goodman
/*************************************/
@font-face {font-family: Montserrat; src: url("https://9o9designspreview.com/assets/fonts/Montserrat-Regular.ttf");}
@font-face {font-family: Raleway; src: url("https://9o9designspreview.com/assets/fonts/Raleway-Regular.ttf");}
@font-face {font-family: RalewayLight; src: url("https://9o9designspreview.com/assets/fonts/Raleway-Light.ttf");}
@font-face {font-family: RalewaySemiBold; src: url("https://9o9designspreview.com/assets/fonts/Raleway-SemiBold.ttf");}
@font-face {font-family: Oxygen; src: url("https://9o9designspreview.com/assets/fonts/Oxygen-Regular.ttf");}
@font-face {font-family: Bebas; src: url("https://9o9designspreview.com/assets/fonts/BebasNeue-Regular.ttf");}
@font-face {font-family: Playfair; src: url("https://9o9designspreview.com/assets/fonts/PlayfairDisplay-Regular.ttf");}
@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;
    }
    main{
        height:85vh;
        margin:0px;
    }
    a{
        color: #0d6efd;
        text-decoration:none;
    }
    footer{
	    background:#fff;
	    color: #003;
	    height:30px;
    }
    .nine{
        font-family:"Oxygen", sans-serif;
    }
    .center-text{
        text-align:center;
    }
    .logo img{
	    width: 131px;
	    height:50px;
	    margin-top:25px;
    }
    #tosbg{
        background: #fff;
    }
    #loginbg{
        background: url(https://9o9hr.com/assets/images/9o9bggradient.webp) 0 0 no-repeat;
        background-size:100% 100%;
    }
    #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;
	    background: #fff;
	    width: 450px;
	    min-height:550px;
	    margin-top:50px;
	    margin-bottom:50px;
	    border-radius:5px;
    }
    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:red;
	    margin-top:20px;
	    margin-bottom:20px;
	    text-align:center;
    }
    #copyright{
	    text-align:center;
	    font-size:.9em;
	    margin-bottom:10px;
    }
    #disclaimer{
        max-width:75%;
        margin-left: 12.5%;
        font-size: .8em;
        text-align:center;
        margin-top:20px;
    }
    .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%;
	    color:#002;
	    font-size:.9em;
	    font-weight:bold;
	    font-size: .9em;
	    margin-left: 12.5%;
    }
    form p{
        width:75%;
        margin-left:auto;
        margin-right:auto;
    }
    .form-field{
        text-align:center;
    }
    #login input[type=text]{
        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=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;
        border-radius:5px;
        margin-left: 12.5%;
    }
    #login input[type=password]{
        width:75%;
        height:45px;
        margin-bottom:5px;
        border:1px solid #f5f7f8;
        background:#f5f7f8;
        margin:0 auto 5px auto;
        border-radius:5px;
        margin-left: 12.5%;
    }
    .check-box{
        width:75%;
        margin-left:12.5%;
        margin-bottom:5px;
        float:left;
    }
    .checkbox{
        width:25px;
        height:25px;
        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;
    }
    .btn{
        width:55%;
        height:45px;
        display:flex;
        font-size:16pt;
        background:#ffb900;
        border:1px solid #ffb900;
        color:#fff;
        text-transform:uppercase;
        justify-content:center;
        border-radius:0px;
        font-weight:bold;
        margin-left:auto;
        margin-right:auto;
    }
    .btn a{
        background:#ffb900;
        color:#fff;
        border:1px solid #ffb900;
        text-decoration:none;
        justify-content:center;
    }
    input[type=submit]{
        background:#ffb900;
        color:#fff;
        border:1px solid #ffb900;
        text-decoration:none;
        justify-content:center;
    
    }
    input[type=submit]:hover{
        background:#ffa500;
        color:#fff;
        border:1px solid #ffa500;
        text-decoration:none;
        justify-content:center;
    
    }
    .btn a:hover{
        background:#ffa500;
        color:#fff;
        border:1px solid #ffa500;
        text-decoration:none;
        justify-content:center;
    }   
}/*** end media ***/