    body {
        color: #fff;
        background-color: #fff;
    }
    
    .radiusbor {
        min-height: 41px;
        background: #fff;
        box-shadow: none !important;
    }
    
    .login-form {
        width: 350px;
        margin: 0 auto;
        padding: 100px 0 30px;
    }
    
    .login-form form {
        color: white;
        border-radius: 2px;
        margin-bottom: 15px;
        font-size: 13px;
        background: #E8E8E8;
        box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
        padding: 30px;
        position: relative;
        border-radius: 20px
    }
    
    .login-form h2 {
        font-size: 22px;
        margin: 35px 0 25px;
        word-spacing: 15px;
        background-color: #e4002b;
        color: #fff;
        padding: 4px 10px;
        border-top-right-radius: 30px;
        border-bottom-right-radius: 10px;
    }
    
    .login-form .avatar {
        position: absolute;
        margin: 0 auto;
        left: 0;
        right: 0;
        top: -50px;
        width: 100px;
        height: 100px;
        z-index: 9;
        padding: 15px;
    }
    
    .login-form .avatar img {
        width: 100%;
    }
    
    .login-form input[type="checkbox"] {
        margin-top: 2px;
    }
    
    .login-form .btn {
        font-size: 16px;
        font-weight: bold;
        background: #000;
        border: none;
        margin-bottom: 20px;
        transition: .8s ease background;
    }
    
    .login-form .btn:hover,
    .login-form .btn:focus {
        background-color: #003B81 !important;
        outline: none !important;
    }
    
    .login-form a {
        color: #fff;
        text-decoration: underline;
    }
    
    .login-form a:hover {
        text-decoration: none;
    }
    
    .login-form form a {
        color: #003B81 !important;
        text-decoration: none;
    }
    
    .login-form form a:hover {
        text-decoration: underline;
    }
    
    .wave {
        height: 40px !important;
        width: 100%;
    }