body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh; 
    margin: 0;
    background-color: #140951; 
}

h1 {
    font-family: 'Montserrat', sans-serif;
    color: white;
    font-size: 5em;
    margin: 0; 
    text-align: center;
}

h1 span {
    letter-spacing: 10px;
}

h1 span:last-child {
    letter-spacing: 0; 
}


h2 {
    font-family: 'Montserrat', sans-serif;
    color: #4783d7; 
    font-size: 2em;
    font-style: italic;
    margin: 0; 
    text-align: center;
}

h3 {
    font-family: 'Montserrat', sans-serif; 
    color: #ffffff;
    font-size: 12px;
    margin: 0; 
    text-decoration: italic;
    font-weight: 10; 
    letter-spacing: 1px;
    text-align: center;
    margin: 30px;
}

h4 {
    font-family: 'Montserrat', sans-serif;
    color: white;
    font-size: 3em;
    margin: 0; 
    text-align: center;
    margin-bottom: 10px;
}


.input-group input {
    border: 2px solid white; 
    border-radius: 50px; 
    padding: 15px 20px; 
    margin: 10px 0; 
    font-family: 'Garret', sans-serif;
    font-size: 1.2em; 
    background-color: #140951; 
    color: white; 
    width: 350px; 
    height: 20px;
    max-width: 100%;
}


input::placeholder {
    color: #ffffff;
}


button {
    font-family: 'Garret', sans-serif; 
    background-color: #244A80; 
    color: white; 
    border: none; 
    padding: 10px 20px; 
    border-radius: 20px; 
    text-align: center;
    width: 50%;
    font-size: 1.2em; 
    display: block; 
    margin: 0 auto;
}

button:hover {
    font-family: 'Garret', sans-serif; 
    background-color: #183c6e;  
    color: white; 
    border: none; 
    padding: 10px 20px; 
    border-radius: 20px; 
    text-align: center;
    width: 50%;
    font-size: 1.2em; 
    display: block; 
    margin: 0 auto; 
}

.icheck-primary {
    display: flex;
    align-items: center;
}

.styled-checkbox {
    margin-right: 10px; 
}

label {
    font-family: 'Garret', sans-serif; 
    color: white; 
    font-size: 1em;
}

.logo img {
    position: absolute;
    top: 0;
    left: 0; 
    margin: 30px;
    max-width: 5%;
}

p {
    font-family: 'Montserrat', sans-serif; 
    color: #4783d7; 
    font-size: 13px;
    text-align: center;
}


p a {
    color: rgb(255, 255, 255); 
    text-decoration: none;

}

p a:hover {
    color: rgb(196, 192, 192); 
}

.mb-5 a {
    color: #4783d7; 
    text-decoration: none;

}

.mb-5 a:hover {
    color: #1456b1;  
    text-decoration: none;

}

.col-8 {
    display: flex; 
    justify-content: space-between; 
    align-items: center; 
}

.icheck-primary {
    display: flex;
    align-items: center; 
}

.icheck-primary label {
    margin-left: 5px; 
}




