﻿



    .login-block h1 {
        text-align: center;
/*        color: #000;
        font-size: 18px;*/
        /*text-transform: uppercase;*/
        margin-top: 0;
        margin-bottom: 20px;
    }

    .login-block input.login-input, .login-block select.login-input {
        width: 100%;
        height: 42px;
        box-sizing: border-box;
        border-radius: 30px;
        border: 1px solid #ccc;
        margin-bottom: 20px;
        /*font-size: 14px;*/
        /*font-family: Montserrat;*/
        padding: 0 20px 0 50px;
        outline: none;
    }

    .login-block input.login-input {
        /*background: #fff url('http://i.imgur.com/u0XmBmv.png') 20px top no-repeat;*/
        /*background-size: 16px 80px;*/
    }

        .login-block input.login-input:focus, .login-block select.login-input:focus {
            /*background: #fff url('http://i.imgur.com/u0XmBmv.png') 20px bottom no-repeat;*/
/*            background-size: 16px 80px;
            border: none;*/
        }

    .login-block input#password {
        /*background: #fff url('http://i.imgur.com/Qf83FTt.png') 20px top no-repeat;*/
        /*background-size: 16px 80px;*/
    }

        .login-block input#password:focus {
            /*background: #fff url('http://i.imgur.com/Qf83FTt.png') 20px bottom no-repeat;*/
/*            background-size: 16px 80px;
            border: none;*/
        }

    .login-block input:active, .login-block input:hover, .login-block select:active, .login-block select:hover {
        /*box-shadow: 0 0 10px 0 #3e6375;    border:none;*/
        box-shadow: 0 0 12px 0 #855d9c !important;
    }

.login-block input:focus, .login-block textarea:hover, .login-block textarea:focus {
    /*box-shadow: 0 0 10px 0 #3e6375;    border:none;*/
    box-shadow: 0 0 12px 0 #855d9c !important;
}



.login-block .login-btn:hover{
    /*background: #455a64;*/
    box-shadow: 0 0 12px 0 #455a64;
}




.input-group span {
    color: #888;
    /*  font-family : tahoma;
*/ font-size: 11px;
}

.input-icon-container {
    display: flex;
    flex-direction: row;
    /*border: 1px solid #374669;*/
    border-radius: 30px;
    background: #fff;
    align-items: center;
    overflow: hidden;
}


    .input-icon-container .fa {
        padding: 10px;
    }

.far.fa-user, .far.fa-lock {
    color: #54a6d5;
    position: absolute;
    /*    margin-top: -27px;
    margin-left: 89%;*/
    top: 24%;
    right: 4%;
}

.far.fa-lock {
    /*    top: 13px;
    left: 12px;*/
    top: 24%;
    right: 4%;
}

.far.fa-user {
    /*    top: 49px;
    left: 12px;*/
    top: 24%;
    right: 4%;
}

.far.fa-eye {
    color: #54a6d5;
    position: absolute;
    /*    top: 19px !important;    right: 10px;
*/
    top: 24%;
    right: 4%;

}



