/* blue: #283356 */
/* orange: #C66E1F */
/* blue: rgba(40,51,86,1.0) */
/* orange: rgba(248,90,64,1.0) */

/* body {} */

.main-div {
    margin: 0;
    padding: 0;
    background-color: #283356;
    font-family: Arial, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    color: white;
}

.welcome-container {
    text-align: center;
    width: 100%;
    max-width: 350px;
    padding: 20px;
}

.illustration img {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.welcome-title {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 10px;
}

.welcome-text {
    font-size: 1rem;
    margin-bottom: 30px;
    line-height: 1.5;
}

.btn-login {
    display: block;
    width: 100%;
    padding: 12px;
    font-size: 1rem;
    font-weight: bold;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    text-align: center;
    margin-bottom: 15px;
}

.btn-google {
    color: #fff;
    background-color: rgba(248, 90, 64, 1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-google:hover {
    color: #fff;
    background-color: rgba(248, 90, 64, .9);
}

.btn-google img {
    height: 20px;
    margin-right: 10px;
}

.btn-create-account {
    background-color: #004085;
    color: white;
}

.btn-create-account:hover {
    background-color: #004085e1;
    color: white;
}

.sign-in-link {
    margin-top: 20px;
    font-size: 0.9rem;
}

.sign-in-link a {
    color: white;
    text-decoration: underline;
}

.back-bg {
    /* height: 240px; */
    background-color: #C66E1F;
    background: linear-gradient(256deg, rgba(248, 90, 64, 1) 6%, rgba(40, 51, 86, 1) 57%);
}

.content-mt {
    padding: 50px 0px 0px 0px !important;
    margin-right: auto;
    margin-left: auto;
    margin-top: 20px;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}


 .box-mt .bottom-svg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    /* background: #283356; */
}

.box-mt .top-svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    /* background: #283356; */
    /* transform: rotate(180deg); */
}

.box-header .top-svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    /* background: #283356; */
    z-index: 0;
}

.box-header .bottom-svg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    /* background: #283356; */
    z-index: -10;
}

.box-mt form {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.box-header-mt {
    padding: 1.5rem 1.5rem 0 1.5rem !important;
}
.card-body-mt{
    padding: .5rem !important;
}
