﻿body {
    background-color: #e1e1e1;
}

html {
    font-size: 0.95rem !important;
}

.alert {
    /*position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 600px;*/ 
}

.login-form {
    color: #7a7a7a;
    border-radius: 3px;
    background: #fff;
    box-shadow: 0px 2px 6px #71717163;
    padding: 24px;
    width: 350px;
    text-align: center;
}

    .login-form .btn {
        font-size: 16px;
        border: none;
        border-radius: 5px;
        outline: none !important;
    }


.form-control {
    font-size: 0.95rem !important;
}

.btn {
    font-size: 0.95rem !important;
}

.btn-primary {
    background: rgb(75,40,109) !important;
}

    .btn-primary:hover, .btn-primary:focus {
        background: rgb(86, 57, 113) !important;
    }

.vh-75 {
    height: 75vh !important;
}

.text-primary {
    color: rgb(75,40,109) !important;
}

.text-secondary {
    color: #9e9e9e !important;
}

.login-page {
    margin-top: -1rem
}

ul {
   padding-inline-start: 15px
}
