.swal2-popup.swal2-toast .swal2-html-container {
    text-align: center !important;
}

.swal2-popup.swal2-toast .swal2-close {
    display: none !important;
}

.card {
    border-radius: 25px;
    box-shadow: none;
}

div.field-validation-error {
    font-size: 10px;
    padding: 2px 0;
    color: red;
}

.form-group {
    margin-bottom: 10px;
}

.form-group {
    margin-bottom: 1rem;
}

.headerFont {
    font-size: 24px;
    font-weight: 500;
}

.form-material .float-label {
    font-size: 10px;
}

.form-control {
    font-size: 16px;
    border-radius: 100px;
    border: 1px solid #BDBDBD;
    height: 3rem;
    background: transparent;
    color: #293352;
    padding: 1rem 2rem;
}

.text-font {
    font-size: 14px;
}

.create-account {
    color: #ebb044;
    text-decoration: underline
}

.user-profile-logo {
    object-fit: contain;
    padding: 15px;
    background: #F2F2F2;
    border-radius: 100%;
    margin-top: 9px;
}

.toggle-password-field {
    display: flex;
    align-items: center;
    border: 1px solid #BDBDBD;
    border-left: none;
    border-top-right-radius: 22px;
    border-bottom-right-radius: 22px;
    padding: 0rem 1rem;
}

.login-screen-text {
    color: #0000002B;
}

.btn-login{
    border-color: #ebb044;
    padding: 1px 6px;
    background: #ebb044;
    border-radius: 100px;
    height: 2.5rem;
    color: #FFFFFF;
}

.btn-login:hover{
    border-color: #ebb044;
    padding: 1px 6px;
    background: #ebb044;
    border-radius: 100px;
    height: 2.5rem;
    color: #FFFFFF;
}

.card .card-block {
    padding: 50px;
}

.draw-background-circle {
    margin: 0 auto;
    width: 100px;
    height: 100px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 50px;
    background: #FFFFFF;
    border: 1px solid #0000002B;
}

input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    width: 25px;
    height: 25px;
    padding: 5px;
    background-clip: content-box;
    border: 2px solid #bbbbbb;
    background-color: #95AEC7;
    border-radius: 50%;
}

input[type="radio"]:checked {
    background-color: #293352e7;
}

.swal2-styled.swal2-confirm {
    border-radius: 20px !important;
    background-color: #ebb044 !important;
    border: 1px solid #ebb044 !important;
    box-shadow: none !important;
}

.swal2-styled.swal2-deny {
    border: 1px solid #293352 !important;
    border-radius: 20px !important;
    border: 10px;
    border-radius: 0.25em;
    background: initial;
    background-color: white !important;
    color: #293352 !important;
    font-size: 1em;
}
