tml, body {
    height: 100%;
}

.global-container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f5f5f5;
}

form {
    padding-top: 10px;
    font-size: 14px;
    margin-top: 30px;
}

.card-title {
    font-weight: 300;
}

.btn {
    font-size: 14px;
    margin-top: 20px;
}


.login-form {
    width: 400px;
    margin: 20px;
}

.Registration {
    width: 800px !important;
}

@media (min-width: 768px) {
    Registration {
        width: 300px !important;
    }
}

.errorClass {
    border: 2px solid red !important;
}

.sign-up {
    text-align: center;
    padding: 20px 0 0;
}


label {
    font-weight: 400 !important;
}
@media (min-width: 992px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 900px !important;
    }
}
/*.card {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #fff;
}

.card {
    background: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);*/
    /*box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);*/
    /*box-shadow: 4px 4px 8px 4px rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
}*/

.card {
    margin-bottom: 0px !important;
    border-radius: 4px !important;
    border: 1px solid #aaa !important;
    padding: 3px !important;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

    .card .card-body {
        /*padding: 20px 20px;*/
        padding-bottom: 30px;
    }


.form-control {
    height: 40px !important;
    border: 2px solid #ccc !important;
}


.mt-3 {
    margin-bottom: 1rem !important;
}

