﻿

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

a {
    color: black ;
    text-decoration: underline;
}


body {
    color: black !important;
}

.contanier {
    background-image: url('../Login-Background Image.jpg');
    height: 100vh;
    width: 100% !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-color: white;
}

.w-50a {
    width: 20% !important;
    position: absolute !important;
    top: 100px;
    border: 1px solid cadetblue !important;
    border-radius: 10px;
    left: 20%;
    background-color: white;
    opacity: .90;
}

.form-label {
    font-weight: 500;
}

.btn-success {
    color: black !important;
    background-color: #ffeb00 !important;
    border: none !important;
    width: 200px;
    opacity: .99 !important;
}

@media only screen and (max-width: 600px) {
    .w-50 {
        width: 100% !important;
        left: 0 !important;
    }

   

   

}
.text-blk {
    color: black !important;
}
hr {
    margin: 1rem 0;
    color: white !important;
    background-color: white;
    border: 0;
    opacity: .25;
}

.herobar-container {
    background: #ffeb00;
}

    .herobar-container .herobar-wrapper {
        max-width: 1210px;
        width: 100%;
        margin: 0 auto;
        padding: 1.6rem 20px 1rem;
        display: flex;
        justify-content: space-between;
        flex-direction: column
    }

        .herobar-container .herobar-wrapper .herobar-left {
            font-family: 'Roboto','Helvetica Neue',Helvetica,Arial,sans-serif;
            font-size: 0.9rem;
            font-weight: normal
        }

            .herobar-container .herobar-wrapper .herobar-left p {
                margin: 0
            }

        .herobar-container .herobar-wrapper .herobar-left {
            font-size: 0.9rem;
            font-weight:600;
        }


.header-mobile .header-mobile--icon.item-mobile-logo .header__heading-link {
    max-width: 395px;
}
.text-white1 {
    color: white !important;
    font-size: 1.9rem!important;
    font-weight: 800;
}