﻿input[type="text"]:focus,
input[type="password"]:focus {
    border-color: rgba(232, 212, 206, 0.80);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(232, 212, 206, 0.80);
    outline: 0 none;
}

.login-container {
    margin-top: 7%;
    margin-bottom: 5%;
}

.login-form-2 {
    padding: 5%;
    /*background: #4285F4;*/
    background: #5d4a76;
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 9px 26px 0 rgba(0, 0, 0, 0.19);
}

    .login-form-2 h3 {
        text-align: center;
        color: #fff;
    }

.login-container form {
    padding: 10%;
}

.btnSubmit {
    width: 50%;
    border-radius: 1rem;
    padding: 1.5%;
    border: none;
    cursor: pointer;
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 9px 26px 0 rgba(0, 0, 0, 0.19);
}

    .btnSubmit:hover {
        background-color: #eee9f3 !important;
    }

.login-form-2 .btnSubmit {
    font-weight: 600;
    color: #6200EE;
    background-color: #fff;
}

.login-form-2 .ForgetPwd {
    color: #fff;
    font-weight: 600;
    text-decoration: none;
}

.tmp {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 20px;
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 9px 26px 0 rgba(0, 0, 0, 0.19);
}
