html,
body {
    height: 100%;
}

h1,
h2,
h3,
h4,
h5 {
    color: #fff;
}

body {
    background-image: url("/img/agenzie.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 100vh;
}

img {
    vertical-align: middle;
    border-style: none;
    width: 5em;
}

.custom-link {
    color: white !important;
    margin-left: -0.5em;
}

.custom-input {
    border-radius: 25px;
}

.login-field {
    color: #fff;
    padding: 20px;
    border-radius: 7em;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    width: 65%;
}

.login-field p {
    margin-bottom: 15px;
}

.login {
    font-weight: bold;
    margin-right: 5em;
    font-size: 1.2em;
}

.form-control {
    width: 75%;
}

.form-group {
    margin-left: 1em;
}

.transparent-bg {
    background-color: rgba(5, 68, 95, 0.7);
}

.custom-button {
    background-color: #004e70;
    color: #fff;
    border-radius: 1em;
    width: 13em;
}

.shine-text {
    color: yellow;
    /* text-shadow: 0 0 10px rgba(255, 255, 255, 2); */
    font-weight: bold;
}

.custom-input::placeholder {
    color: #566675;
    font-weight: bold;
}

@media screen and (max-width: 767px) {
    .login-field {
        color: #fff;
        padding: 20px;
        border-radius: 5em;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
        width: 92%;
    }

    .form-group {
        margin-left: 3em;
    }

    .form-check {
        margin-left: 3.5em;
    }

    .login {
        font-weight: bold;
        margin-right: 0;
        font-size: 1.2em;
    }
}
