body {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
}

.container {
    width: 600px;
    padding: 75px;
    background-color: aliceblue;
    border-radius: 15px;
}

h2 {
    text-align: center;
}

.form-group {
    margin-bottom: 20px;
}

input[type="text"],
input[type="password"] {
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

button {
    width: 100%;
    padding: 10px;
    border: none;
    border-radius: 4px;
    background-color: #07bede;
    color: white;
    cursor: pointer;
}

body {
    background-color: #000070;
}

.cen {
    width: 100%;
    height: 90%;
    background-image: url(/Content/Images/bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 90vh;
    margin: 0 200px;
}

.top {
    padding-top: 20px;
    text-align: center;
    color: #0072CE;
}

    .top h3 {
        font-weight: bold;
        letter-spacing: 4px;
    }

    .top p {
        border-top: 2px solid #0072CE;
        font-size: 14px;
        letter-spacing: 2px;
    }

input {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2);
}

img {
    width: 100%;
}

.cont {
    text-align: center;
    margin-top: 20px;
    font-size: 10px;
    color: #ccc;
}

    .cont p:nth-child(2) {
        font-style: italic;
    }

@media (max-width: 600px) {
    .container {
        width: 100vw;
        /* margin: 70px 0; */
    }

    .row {
        margin: 0;
    }

    .cont {
        padding-bottom: 80px;
    }
}