.a-card {
    border: none;
    border-radius: 0px;
    box-shadow: none;
}

.fieldset .field:active,
.fieldset .field:focus,
.fieldset .field--focus {
    border-color: #068eef !important;
    outline: 0 !important;
    background-color: #fff !important;
    box-shadow: none !important;
    color: #99a9b7 !important;
}

.custom-alert-box {
    background-color: #CCE5FF;
    color: #004085;
    font-weight: 600;
    border-radius: 5px;
    margin-top: 20px;
    margin-bottom: 20px !important;
}

.loader {
    height: 40px;
    width: 40px;
    margin-left: 10px;
    position: absolute;
    display: none;
}