@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Roboto+Flex:opsz,wght,XOPQ,XTRA,YOPQ,YTDE,YTFI,YTLC,YTUC@8..144,100..1000,96,468,79,-203,738,514,712&display=swap');

* {
    color: #fff !important;
    font-family: "Jost", sans-serif !important;
}

body {
    background-color: #E03C30;
    background-image: url(../imagens/login/fundo_login.png) !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    /* ou contain */

}

h2 {
    color: #fff;
    text-shadow: 4px 0px 2px rgba(0, 0, 0, 0.3);
}


#form-container {
    width: 100%;
    min-height: 80%;
    background: #6C7A89;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: none;
}

#form-box {
    width: 900px;
    padding: 20px;
    box-sizing: border-box;
}

#form-box input {
    font-size: large;
}

.left {
    text-align: left !important;
}

.card {
    border-radius: 20px;
    box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.29) !important;
}

.d-block {
    border-radius: 20px;
}

.btn-b {
    color: white;
    background-color: #000000 !important;
    width: 100%;
}

.btn-b:hover {
    color: #fff !important;
    background-color: #E03C30 !important;
}

.input-group-text i {
    color: #000000 !important;
}


.heart-icon {
    color: #E03C30 !important;
}

.form-control {
	color: #000000 !important;
}