/* login light style */

.authincation {
    background: #f6f6f6;
}
.authincation-content {
    border-radius: 42px;
    background: #f6f6f6;
    box-shadow:  5px 5px 10px #c0c0c0,
    -5px -5px 10px #ffffff;
}
