
html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  *, *:before, *:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
    }

    .activeNav{
        color: white !important;
    }
    
    .nactiveNav{
        color: black !important;
    }


.nav-list {
    padding-left: 0%;
    width: auto;
}
.selector-for-some-widget {
    box-sizing: content-box;
  }

.mobile-login-text{
    display: none;
}

.black {
    background-color: black;
    height: 45rem;
    width: 27%;
    float: left;
}

.access-container {
    width: 80%;
    height: 12rem;
    float: right;
    margin-top: 85%;
}

.login-btn{
    width: 100%;
    height: 25%;
    background-color: white;
    border-radius: 41px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.login-container {
    width: 100%;
    bottom: 0px;
    text-align: center;
    padding-top: 6%;
}

.signUp-btn{
    width: 100%;
    height: 25%;
    background-color: #F35B04;
    margin-top: 6%;
    border-radius: 41px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}



.white {
    background-color: white;
    height: 45rem;
    width: 73%;
    float: right;
}

nav {
    height: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
}



.container {
    border-radius: 30px;
    background-color: black;
    padding: 30px 50px;
    width: 60%;
    margin: auto;
    margin-top: 4rem;
    height: 35rem;
}

.container i {
    margin-left: -30px;
    cursor: pointer;
}

.heading{
    text-align: center;
    color: white;
}

.centered {
    text-align: center;
    margin-bottom: 5rem;
    margin-top: -10px;
    color: white;
}

input[type=password], select, textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
    border-left: none;
    border-top: none;
    border-right: none;
    background: none;
    padding-left: 0px;
    outline: none;
    text-align: left;
}

input[type=text], select, textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
    border-left: none;
    border-top: none;
    border-right: none;
    background: none;
    padding-left: 0px;
    outline: none;
    text-align: left;
}

input[type=email], select, textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
    border-left: none;
    border-top: none;
    border-right: none;
    background: none;
    padding-left: 0px;
    outline: none;
    text-align: left;
}

input[type=submit] {
    background-color: white;
    color: #F35B04;
    padding: 10px 0px;
    border: none;
    cursor: pointer;
    width: 85%;
    margin: .5em auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 3rem;
    text-transform: capitalize;
    font-weight: 600;
    letter-spacing: .22px;
}

h5 {
    margin-block: 0px;
    height: 1rem;
    padding: 0px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    text-align: left;
    font-size: 0.8125rem;
    letter-spacing: 0.14px;
    color: white;
    opacity: 1;
    float: right;
}

.alignment {
    width: 100%;
    margin: auto;
    text-align: center;
    margin-top: -2rem;
}

input[type="checkbox" i] {
    border-top-width: 2px;
    margin-top: 0px;
    height: 10px;
}

.remember-me{
   font-family: 'Poppins', sans-serif;
   font-size: 0.8125rem;
   font-weight: 300;
   text-align: right !important;
}


@media (min-width: 768px){
    .topnav{
        display: none;
    }
}
    

@media only screen and (max-width:768px) {

    #block{
        display: none;
    }
    .topnav {
        overflow: hidden;
        background-color: black;
        position: relative;
    }
      
    .topnav #myLinks {
        margin-bottom: 15px;
    }
      
.topnav a {
    color: white;
    padding: 15px 25px;
    text-decoration: none;
    font-size: 14px;
    display: block;
    height: 3rem;
}
      
      .topnav a.icon {
        background: black;
        display: block;
        position: absolute;
        right: 0;
        top: 0;
      }
      
      .topnav a:hover {
        background-color: black;
        color: white;
    }
      
    .activeNav {
        color: black;
    }

    .black {
        display: none;
    }

    .access-container {
        width: 75%;
        height: 2rem;
        float: right;
        margin-top: 5%;
    }

    .login-btn {
        width: 50%;
        height: 100%;
        background-color: white;
        border-radius: 41px;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
        float: left;
    }

    .signUp-btn {
        width: 50%;
        height: 100%;
        background-color: white;
        border-radius: 41px;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
        float: right;
        margin-top: 0%;
        border: none;    
    }

    .white {
        background-color: black;
        height: auto;
        width: 100%;
        float: right;
    }

    .container {
        border-radius: 30px;
        background-color: #f2f2f20d;
        width: 90%;
        margin: auto;
        margin-top: 4rem;
        height: 35rem;
        padding-top: 2rem;
        padding-right: 3rem;
        padding-left: 3rem;
    }

    input[type=email], select, textarea {
        width: 100%;
        padding: 12px;
        border: 1px solid #ccc;
        box-sizing: border-box;
        margin-top: 6px;
        margin-bottom: 16px;
        resize: vertical;
        border-left: none;
        border-top: none;
        border-right: none;
        background: none;
        padding-left: 0px;
        outline: none;
        text-align: left;
    }

    input[type=password], select, textarea {
        width: 100%;
        padding: 12px;
        border: 1px solid #ccc;
        box-sizing: border-box;
        margin-top: 6px;
        margin-bottom: 16px;
        resize: vertical;
        border-left: none;
        border-top: none;
        border-right: none;
        background: none;
        padding-left: 0px;
        outline: none;
        text-align: left;
    }

    input[type=submit] {
        background-color: white;
        color: #F35B04;
        padding: 10px 0px;
        border: none;
        cursor: pointer;
        width: 60%;
        text-transform: capitalize;
        font-weight: 600;
        letter-spacing: .22px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: .5em auto;
        margin-top: 3rem;
    }

    

    .alignment {
        width: 100%;
        text-align: center;
        margin: auto;
        margin-top: -2rem;
    }

    .mobile-login-text {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .mobile-login-text {
        font-size: 0.75rem;
        font-weight: 200;
        color: white;
        text-align: center;
        float: none;
    
    }
    


}

@media only screen and (max-width: 768px){
    

    .mobile-login-text {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        flex-wrap: wrap;
        align-content: center;
    }


    #mobile-login-text {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 0.75rem;
        font-weight: 200;
        color: white;
        text-align: center;
        float: none;
    }

    h5{
        margin-block: 0px;
        height: 1rem;
        padding: 0px;
        font-family: 'Poppins', sans-serif;
        opacity: 1;
        color: white;
    }
}

@media screen and (max-width: 949px){
    .logo-blk {
        height: 2rem;
        width: 27%;
        padding-top: 7px;
        padding-left: 14px;
    }
    .logo {
      width: 47%;
      height: 80%;
      background-image: url(../Images/Logo.png);
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
    }
  }
