﻿body {
    background-color: #eee;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.text {
    color: #2F7368;
}

.card {

    padding: 20px;
    border: none;
}


.account {
    font-weight: 500;
    font-size: 17px;
}

.contact {
    font-size: 13px;
}

.form-control {
    text-indent: 14px;
}

    .form-control:focus {
        color: #495057;
        background-color: #fff;
        border-color: #4a148c;
        outline: 0;
        box-shadow: none;
    }

.inputbox {
    margin-bottom: 10px;
    position: relative;
}

    .inputbox i {
        position: absolute;
        left: 8px;
        top: 10px;
        color: #2F7368;
    }


.form-check-label {
    font-size: 13px;
}

.form-check-input {
    width: 14px;
    height: 15px;
    margin-top: 5px;
}

.forgot {
    font-size: 14px;
    text-decoration: none;
    color: #2F7368;
}

.dates {
    font-size: 14px;
}

.error {
    font-size: 14px;
}

.mail {
    color: #4a148c;
    text-decoration: none;
}


.form-check {
    cursor: pointer;
}

.btn-primary {
    color: #fff;
    background-color: #2F7368;
    border-color: #2F7368;
}

.input-validation-error {
    border-color: yellowgreen;
}
