body {
    font-family: 'Open Sans', sans-serif;
    font-size: 13.5px;
    background: #f4f7fc;
}

a {
    color: #6198ed;
}

.btn {
    border-radius: 5px;
    font-weight: 600;
    box-shadow: 0px 1.5px 2px 1px rgba(190, 211, 243, 0.64);
}

.btn-app {
    background: #76a6ef;
    color: #ffffff;
}

.login-box {
    background: #ffffff;
    box-shadow: 0 7px 14px 0 rgba(50,50,93,.1), 0 3px 6px 0 rgba(0,0,0,.07);
    min-height: 100px;
    border-radius: 5px;
    margin-bottom: 20px;
    margin: auto;
    margin-top: 100px;
    padding: 20px 15px;
}

.logo {
    text-align: center;
    margin-bottom: 20px;
}

.logo a {
    font-size: 35px;
    text-transform: uppercase;
    color: #8190a7;
}

.logo a:hover {
    text-decoration: none;
}

.logo a span {
    color: #76a6ef;
}

.input-container {
    margin-bottom: 20px;
    border-radius: 5px;
    overflow: hidden;
    /* background: #f4f7fc; */
    border: 1px solid #dddddd;
    box-shadow: 0px 2px 4px 1px #ebf0f9;
}

.input-box {
    height: 45px;
    position: relative;
    /* border: 1px solid #dddddd; */
}

.input-box > span {
    position: absolute;
    left: 14px;
    top: 8px;
    line-height: 0;
    font-size: 30px;
    color: #76a6ef;
    font-weight: bold;
}

.input-box .input {
    border: none;
    height: 45px;
    line-height: 45px;
    width: 100%;
    padding-left: 50px;
    border-bottom: 1px solid #dddddd;
    background: none;
    font-size: 15px;
}

.input-container .input-box:last-child .input {
    border-bottom: 0;
}

* {
    outline: none;
}

.login-description {
    margin-bottom: 20px;
}

.login-description label {
    margin-bottom: 0;
}