* {
    font-family: 'Raleway', sans-serif;
    font-weight: 500 !important;
}

body {
    font-size:15px;
    background-color: #fff;
}

.login-ovr {
    width: 455px;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    padding-top: 20px;
    top: 50%;
    margin-left: calc(-450px/2);
    margin-top: calc(-552px/2);
}

input {
    line-height: inherit;
    margin-top: 5px;
    width: 100%;
    height: 50px;
    margin-bottom: 1.5rem;
    padding: 0 12px;
    border: 1px solid #e3e3e3;
    border-radius: 2px;
    background: #FFF;
    color: #666;
    font-family: 'Raleway';
}

label {
    margin-bottom: 7px;
    color: #404040;
    display: block;
}

h1 {
    margin-bottom: 34px;
    color: #505050;
    font-size: 30px;
    font-weight: 200;
    line-height: 30px;
    text-transform: none;
    font-weight: 100 !important;
}

.btn-login {
    height: 50px;
    padding: 0 20px;
    border: none;
    border-radius: 2px;
    color: #fff !important;
    font-weight: 600;
    outline: 0;
    box-shadow: 0 1px 2px rgba(0,0,0,.05);
    transition: color .1s ease-in-out,background-color .1s ease-in-out,border-color .1s ease-in-out;
    width: 150px;
    background-color: #51a9a4;
}

.footer-login .field-group {
    padding: 4px 29px 4px 0;
    border-right: 1px solid #e7e7e7;
    float: left;
}

.footer-login .other-links {
    padding: 8px 16px;
    float: left;
    font-size: 12px;
}

.footer-login * {
    color: #919191;
}