.container .loginv1 {
    padding: 10px;
    width: 100%;
    align-content: center;
    font-family: Arial;
    font-size: 12px;
    color: #474747;
    font-weight: normal;

    .icon {
        background: white;
        color: white;
        padding: 10px;
        outline: none;
        min-width: 20px;
    }

    .header {
        width: 100%;
        height: 40px;
        background-color: var(--theme-color) !important;
    }

    .content-wrapper {
        margin-top: 0px;
        margin-bottom: 0px;
        margin-left: auto;
        margin-right: auto;
        width: 290px;
    }

    .logo-container {
        text-align: center;
    }

    .logo-img {
        padding: 20px;
    }

    .login-container {
        border-width: 1px;
        border-style: solid;
        border-color: rgb(189, 189, 189);
        border-radius: 0.4em;
        background-color: #f3f3f3;
    }

    .login-1stdiv {
        height: 80px;
        width: 100%;
        text-align: center;
        padding-top: 8px;
        background-color: var(--theme-color);
        color: white;
        font-weight: bold;
        text-transform: uppercase;
    }

    .login-2nddiv {
        width: 80px;
        height: 80px;
        border-radius: 50%;
        border-width: 8px;
        border-style: solid;
        border-color: white;
        margin-top: -40px;
        margin-left: 100px;
    }

    .login-3rddiv {
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 10px;
    }

    .login-4rddiv {
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 10px;
        text-align: center;
    }

    .login-4rddiv a {
        color: #000000;
    }

    .account-info {
        padding-top: 5px;
        text-align: center;
    }

    .account-info span {
        color: #000000;
        font-size: 12px;
        font-weight: bold;
    }

    .input-container {
        display: flex;
        flex-direction: row;
        height: 40px;
        border-color: #bdbdbd;
        border-radius: 6px;
        border-width: 1px;
        border-style: solid;
        background-color: #e3e3e3;
        margin-top: 18px;
        align-content: center;
        padding-left: 15px;
        padding-right: 15px;
        align-items: center;
    }

    .input-icon {
        background-color: #e3e3e3;
        height: 20px;
    }

    .input-text {
        padding-left: 5px;
        padding-right: 5px;
        margin-left: 5px;
        background-color: #e3e3e3;
        height: 25px;
        border: none;
    }

    .login-btn {
        background-color: var(--theme-color);
        margin-top: 20px;
        margin-bottom: 10px;
        line-height: 40px;
        width: 100%;
        border-radius: 4px;
        border: none;
        color: white;
    }

    .logout-btn {
        background-color: var(--theme-color-2);
        margin-top: 3px;
        margin-bottom: 10px;
        line-height: 40px;
        width: 100%;
        border-radius: 4px;
        border: none;
        color: white;
    }

    .matrix-container {
        margin-top: 10px;
        display: flex;
        flex-direction: row;
        justify-content: space-around;
    }

    ;

    .matrix-column {
        display: inline-block;
        align-items: center;
        width: 100;
        flex-direction: column;
    }

    ;

    body,
    html {
        height: 100%;
        background-repeat: no-repeat;
        background-image: "#fff"
    }

    .card-container.card {
        max-width: 350px;
        padding: 40px 40px;
    }

    .btn {
        font-weight: 700;
        height: 36px;
        -moz-user-select: none;
        -webkit-user-select: none;
        user-select: none;
        cursor: default;
    }

    /*
* Card component
*/
    .card {
        background-color: #F7F7F7;
        /* just in case there no content*/
        padding: 20px 25px 30px;
        margin: 0 auto 25px;
        margin-top: 50px;
        /* shadows and rounded borders */
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
        -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
        box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    }

    .profile-img-card {
        width: 96px;
        height: 96px;
        margin: 0 auto 10px;
        display: block;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
    }

    .changePassword-img-card {
        width: 60px;
        resize: auto;
        margin: 0 auto 10px;
        display: block;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
    }

    /*
* Form styles
*/
    .profile-name-card {
        font-size: 16px;
        font-weight: bold;
        text-align: center;
        margin: 10px 0 0;
        min-height: 1em;
    }

    .reauth-email {
        display: block;
        color: #404040;
        line-height: 2;
        margin-bottom: 10px;
        font-size: 14px;
        text-align: center;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .form-signin #inputEmail,
    .form-signin #inputPassword {
        direction: ltr;
        height: 44px;
        font-size: 16px;
    }

    .form-signin input[type=email],
    .form-signin input[type=password],
    .form-signin input[type=text],
    .form-signin button {
        width: 100%;
        display: block;
        margin-bottom: 10px;
        z-index: 1;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .form-signin .form-control:focus {
        border-color: rgb(104, 145, 162);
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgb(104, 145, 162);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgb(104, 145, 162);
    }

    .btn.btn-signin {
        /*background-color: #4d90fe; */
        background-color: rgb(104, 145, 162);
        /* background-color: linear-gradient(rgb(104, 145, 162), rgb(12, 97, 33));*/
        padding: 0px;
        font-weight: 700;
        font-size: 14px;
        height: 36px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        border: none;
        -o-transition: all 0.218s;
        -moz-transition: all 0.218s;
        -webkit-transition: all 0.218s;
        transition: all 0.218s;
    }

    .btn.btn-signin:hover,
    .btn.btn-signin:active,
    .btn.btn-signin:focus {
        background-color: #3670ab
    }

    .icon {

        left: 0;
        top: 0;

        &.icon-username {
            background: unset !important;
            padding: unset;
        }

        &.icon-pass {
            padding-top: 6px;
            padding-left: 8px;
        }

    }

    .btn.btn-refresh {
        /*background-color: #4d90fe; */
        background-color: #b5b4b4;
        /* background-color: linear-gradient(rgb(104, 145, 162), rgb(12, 97, 33));*/
        padding: 0px;
        font-weight: 700;
        font-size: 14px;
        height: 36px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        border: none;
        -o-transition: all 0.218s;
        -moz-transition: all 0.218s;
        -webkit-transition: all 0.218s;
        transition: all 0.218s;
    }

    .btn.btn-refresh:hover,
    .btn.btn-refresh:active,
    .btn.btn-refresh:focus {
        background-color: #777
    }

    .forgot-password {
        color: rgb(104, 145, 162);
    }

    .forgot-password:hover,
    .forgot-password:active,
    .forgot-password:focus {
        color: rgb(12, 97, 33);
    }
}