﻿@import url('https://fonts.googleapis.com/css?family=Poppins');

.callout, .card, .info-box, .mb-3, .my-3, .small-box {
    margin-bottom: 10px !important;
}

*, *::before, *::after {
    box-sizing: border-box;
}

.login-page .login-card-body .input-group .form-control, .register-card-body .input-group .form-control {
    border-right: 1px solid #ced4da !important;
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important;
    text-align: center;
}

.login-icon {
    text-align: center;
    margin: 0px auto 20px;
}
.login-title {
    display: flex;
    justify-content: center;
}

.login-box-title {
    margin-bottom: 5px;
    font-size: 13px;
    text-align: center;
    color: #000000
}