

h1 {
    color: orangered;
}

label {
    color: orange;
}

.loginBtn {
    
    font-family: 'roboto';
    background: orangered;  /* fallback for old browsers */
        background: -webkit-linear-gradient(to right, orange, orangered);  /* Chrome 10-25, Safari 5.1-6 */
        background: linear-gradient(to right, orange, orangered); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    border: none;
    display: block;
    width: 80%;
    margin: 0 auto;
    color: rgb(255, 255, 255);
    height: 40px;
    font-size: 16px;
    cursor: pointer;

}

a {
    color: orange;
}

.card_CSS {

    border-color: orangered;
    background-color: rgba(255, 255, 255, 1);
}

.loginImg {

    position: relative;
    z-index: 1;
    text-align: center;
    padding-top: 25px;
    background: white;
    height: 150px;
    width: 150px;
    left: 50%;
    transform: translateX( -50% );
    border-radius: 55px;
    border-color: orangered;
    border-style: solid;
    border-width: 0.25px;
    align-items: center;


}

.pImg {

    font-size: 12px;

}

.div-bg-image {

    position: absolute;
    z-index: 0;
    width: 100%;
    text-align: center;
    

}

.Bg-image {

    width: 100%;

}

.divLogin {

    align-items: center;
    padding-bottom: 10px;
    

}

.whiteBackground {

    position: relative;
    z-index: 0;
    height: 65px;
    background-color: orange;
    margin-top: -7%;
    align-items: center;

}