body {
    background: #1E2E42;
}

.login-block {
    background-color: rgba(17, 26, 39, 0.9);
    border-radius: 4px;
    padding: 30px 35px;
}

h1 {
    color: rgb(184, 183, 183);
    text-align: center;
    text-transform: none;
    font-size: 24px;
    letter-spacing:10px;
}

.login-inp {
    height: 50px;
    /* border-radius: 4px; */
    line-height: 40px;
    padding: 5px 10px;
    font-size: 19px;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 5px;
    /* padding: 10px 6px; */
    padding: 5px 6px;
    outline: none;
    border: 2px solid #d5dde0;
    /* border-radius: 5px; */
    background-color: rgba(255,255,255, 0.3);
    /* background-image: none; */
    color: #ddd;
    vertical-align: middle;
    line-height: 1.428571429;
    -webkit-transition: border-color ease-in-out .15s;
    transition: border-color ease-in-out .15s;
    width: 100%;
}

.checkbox-label {
    color: #9E9A9A;
    font-size: 14px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif line-height: normal;
    font-style: italic;
}

.login-btn {
    background: #575E68;
    color: #fff;
    display: inline-block;
    outline: none !important;
    border: 2px solid #ddd;
    vertical-align: middle;
    text-decoration: none;
    cursor: pointer;
    padding: 0 30px;
    height: 42px;
    font-size: 14px;
    line-height: 42px;
    font-size: 21px!important;
}

a {
    font-size: 14px;
    color: #8C97A6;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

a:hover {
    color:#1ab8eb;
    border-color:#1ab8eb;
    text-decoration: none;
}

.forgot-pass {
    display: inline-block;
    border-bottom: 2px solid #728AB0;
    color: rgb(140, 151, 166);
    text-decoration: none;
    line-height: 20px;
    position: relative;
    -webkit-transition: border-color ease-in-out .1s;
    transition: border-color ease-in-out .1s;
    margin-left: 15px;
    text-transform: uppercase;
}