@import url('https://fonts.googleapis.com/css?family=Alegreya+Sans+SC:300|Titillium+Web:400|Ubuntu:300&display=swap');
.panel-login {
    width: 400px;
    border-color: #ccc;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 1em;
    
    box-shadow: 5px 0px 40px rgba(0,0,0, .2);
    border-radius: 8px;
}

.panel-login:hover {
    box-shadow: 5px 0px 40px rgba(3, 82, 118, .9);
}

.panel-login > .panel-heading {
    color: #00415d;
    background-color: #fff;
    border-color: #fff;
    text-align: center;
}

.panel-login .panel-heading .logo {
    height: 64px;
    margin-bottom: 1.2em;
}

.panel-login .panel-heading h1 {
    font-size: 24px;
    font-weight: 900;
    line-height: 1.3333;
    color: #127D9D;
}

.panel-login .panel-heading h2 {
    color: #127D9D;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .1px;
    line-height: 1.5;
}

.panel-login .input-group-text{
    font-size: 1em;
    color:#00415d;
}