@import url("pallete.css");
@import url("buttons.css");
html {
    scroll-behavior: smooth !important;
}

body {
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    font-family: montserrat;
}

header {
    text-align: center;
    display: grid;
    flex-direction: column;
    justify-content: center;
    color: white;
    background-color: var(--sd_orange);
}

li {
    list-style: none;
}

li>a {
    color: white;
}

header>div,
header ul {
    display: flex;
}

header>h5 {
    margin: 15px 0;
}

form {
    width: 50%;
    margin: auto;
}

form .title {
    margin-top: 30px;
    ;
    color: var(--sd_orange);
}

form label.required::before {
    content: "*";
    color: red;
}

#confirm-register-modal .modal-header {
    display: flex;
    text-align: center;
}

#confirm-register-modal .modal-header .modal-title {
    width: 100%;
}

#confirm-register-modal .modal-header .modal-title h4 {
    align-items: baseline;
}

#confirm-register-modal .modal-title {
    font-weight: bold;
    color: var(--sd_darkgray);
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}

#confirm-register-modal p {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}

#confirm-register-modal i {
    color: #6bf339;
}

#ConfirmEmailButton {
    text-align: center;
}