﻿html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

html, body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 14px;
}
.Mabokologo{
    height:15%;
    width:15%;
}
.HeadingLogo{
    display:flex;
    justify-content :flex-start;
    flex-wrap:wrap;
}
.heading {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.2;
}
.choicebutton {
    background-color: #FFD78F;
    text-align: center;
    padding: 8px 0px;
    border:none;
    border-radius: 10px;
    width:49%;
}

.flex{
    display:flex;
    justify-content: space-evenly;
}
.input-feild{
    border-radius:10px;
    padding:5px;
}
.icon{
    height:15px;
    width:15px;
}
.iconLogin {
    height: 30px;
    width: 30px;
}
.input-group .form-control {
    border-radius: 10px; 
    padding: 8px; 
    font-size: 1rem; 
    border: 1px solid #ddd; 
}

.input-group .input-group-text {
    border-radius: 10px 0 0 10px; 
    padding: 10px; 
    background-color: #f9f9f9; 
    border: 1px solid #ddd; 
}

.input-group .form-control:hover {
    border-color: #ffa500;
    box-shadow: 0 0 5px rgba(255, 165, 0, 0.5); 
}

.input-group .form-control:focus {
    outline: none;
    border-color: #ffa500;
    box-shadow: 0 0 8px rgba(255, 165, 0, 0.8);
}
.buttonContinue {
    background-color: #5FA9F0;
    border-radius: 10px;
    padding: 8px;
    color: #ffffff;
    border: none;
    text-align: center;
}
.a1 {
    color: #2C07FF;
}
.text{
    text-align:center;
    margin: 5px;
}
@media (max-width: 576px) {
    .buttonContinue {
        width: 100%;
    }

    .icon {
        width: 24px;
        height: 24px;
    }

    .Mabokologo {
        max-width: 150px; 
    }
    .bravo {
        margin-top: 0px;
    }
}
.margin{
    margin-left:30px;
}
.Bravoheading {
    font-size: 60px;
    color: #FFB228;
    font-weight:500;
    font-weight:bolder;
}
.bravo{
    margin-top:100px;
}
.btn {
    background-color: #5FA9F0;
    color: #ffffff;
    text-align: center;
    border-radius: 20px;
    padding: 5px 15px;
}
.btn1 {
    background-color: #5FA9F0;
    color: #ffffff;
    text-align: center;
    border-radius: 20px;
    padding: 5px 15px;
}

.circleMessage {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: #5FA9F0;
}
.form-control.text-center {
    width: 50px;
    height: 50px;
    font-size: 1.5rem;
    text-align: center;
}
.fa-heart:before {
    content: none;
}



