@import "https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0-beta/css/materialize.min.css";
@font-face {
    font-family: "Material Icons";
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/materialicons/v36/flUhRq6tzZclQEJ-Vdg-IuiaDsNZ.ttf)
        format("truetype");
}
.material-icons {
    font-family: "Material Icons";
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
}
body {
    background: #607188 !important;
    height: 100vh;
    margin: 0 !important;
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
}
body .card-login {
    position: relative;
    padding: 10px !important;
    display: inline-block;
    height: 55vh;
    width: 40vw;
}
body .card-login .login-title {
    margin: 0 !important;
    top: -35px;
    position: relative;
}
body .card-login .login-title .container {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    height: 15vh;
    width: 100%;
}
body .card-login .login-title .container img {
    border-radius: 60px !important;
    height: 96px !important;
    width: 96px !important;
    padding: 3px;
    margin: 0 0 10px 0 !important;
}
body .card-login .login-title .container strong {
    font-size: 1.3em;
    font-weight: 700;
}
