﻿.popup {
    position: fixed;
    top: 15%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid black;
}

.child {
    Width: 45vw;
    Height: 25vh;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.k-button {
    background-color: #015fff;
    color: white;
    padding: 5px 15px;
    font-size: 14px;
    border-radius: 30px;
    border: none;
    font-family: "Open Sans";
}

.validation-summary-errors li {
    color: red;
    list-style-type: none;
}

@media (min-width: 992px) {
    #login-form {
        margin-left: 25%;
    }
}

@media (min-width: 768px) and (max-width: 768px) {
    #login-form {
        margin-left: 18%;
    }
}

@media (min-width: 768px) {
    #login-form {
        margin-bottom: 5em;
    }
}
