﻿/* Icon inside the password field */
.password-field {
    position: relative;
}
.password-field i {
    color: #6e6969;
    position: absolute;
    right: 20px;
    top: 30%;
    transform: translateY(-50%);
    cursor: pointer;
}

/* Alerts and warnings */

.field-validation-error {
    font-size: 0.8em;
}
.text-danger {
    color: #dc3545 !important;
}
.alert-danger {
    color: #c60416;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.alert {
    position: relative;
    padding: 15px 20px;
    margin-bottom: 1rem;
    border: 1px solid #c60416;
    border-radius: 3px;
}


.alert-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.close {
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    color: #c60416;
    text-shadow: none;
    opacity: 1;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    margin-left: 25px;
}

.returning-students-heading {
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    margin-top: 20px;
}

.returning-students-button {
    width: 100%;
    display: block;
    text-align: center;
    padding: 10px;
    border: none;
    background-color: transparent;
    cursor: pointer;
}

.returning-students-button img {
    max-width: 100%;
    height: auto;
}
