html {
    scroll-behavior: smooth !important;
    font-family: "Poppins", sans-serif !important;
}

@media only screen and (max-width: 1200px) {
    .displayFlex {
        display: block !important;
    }
}

body {
    font-family: "Poppins", sans-serif !important;
    background-image: url("../img/Wallpaper.png") !important;
    background-repeat: repeat;
    background-size: contain;
    background-position: center;
}

.card {
    border-radius: 6px 6px 6px 6px !important;
    -webkit-box-shadow: 2px 4px 7px 2px rgba(0, 0, 0, 0.03) !important;
    box-shadow: 2px 4px 7px 2px rgba(0, 0, 0, 0.03) !important;
}

.mb-0 {
    margin-bottom: 0;
}

.fullHeight {
    height: 100vh;
}

#loginBackground {
    height: 100%;
    right: 0px;
    position: absolute;
}

#forgotPasswordBackground {
    height: 100%;
    left: 0px;
    position: absolute;
    background: url('../img/forgotPasswordImage.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.btn, .btn-flat {
    text-transform: none !important;
}

.fullWidth {
    width: 100%;
}

.font-35 {
    font-size: 35px !important;
}

.hoverable {
    cursor: pointer !important;
}

input {
    border: 0.5px solid #e2e2e2 !important;
    border-radius: 3px !important;
    text-indent: 10px;
}

input:focus {
    -webkit-box-shadow: 0px 0px 4px 0px #FF0000 !important;
    box-shadow: 0px 0px 4px 0px #FF0000 !important;
}

.logo {
    width: 100% !important;
}

.primaryColor {
    background: #FF0000 !important;
}

.btn {
    background: #FF0000 !important;
    font-family: "Poppins", sans-serif;
    width: 100% !important;
    margin-top: 10px;
}

.frontPage {
    width: 100% !important;
}
