﻿@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500&display=swap');

body {
    font-family: 'Poppins', sans-serif;
    background-color: #f9f9f9;
}

.bkimg {
    max-width: 70%;
    margin-top: -40px;
}

.loginInput {
    margin-right: 21px;
    margin-top: 21%;
}

label {
    font-size: 13px;
    font-weight: 500;
    color: #696969;
    margin-bottom: 0px !important;
}

.form-control:focus {
    box-shadow: none;
    border-color: #17a2b8 !important;
}

.card {
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%) !important;
    border-radius: 10px !important;
    margin-top: 10% !important;
    border: 0px #9cc88d solid !important;
}

.btn-info.focus, .btn-info:focus {
    box-shadow: none;
}

.Formheader {
    text-align: center;
    font-size: 25px;
    color: #4c9fff;
    margin-bottom: 33px;
}

.alink {
    font-size: 11px;
    float: right;
}

.shadow {
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 20%), 0 2px 10px 0 rgb(0 0 0 / 10%) !important;
}
