body {
    width: auto;
    height: 100vh;
    background-image: url('');
    background-repeat: no-repeat;
    background-size: 60% 102%;
}

.main {
    width: 100%;
    height: 100vh;
    position: relative;
    min-height: 622px;
    min-width: 1007px;
}

.ram {
    position: absolute;
    height: 622px;
    width: 1007px;
    border: 12px solid #010101;
    border-radius: 18px;
    top: 50%;
    left: 50%;
    margin-top: -323px;
    margin-left: -516px;
    background-color: white;
    background-image: url('');
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: center;
}

.header {
    position: absolute;
    top: 65px;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bottom {
    position: absolute;
    top: 532px;
    left: 80px;
}

.authorization {
    position: absolute;
    top: 260px;
    left: 50%;
    transform: translateX(-50%);
    width: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.authorization > table {
    margin-left: auto;
    margin-right: auto;
}

.label {
    color: #252525;
    font-weight: bold;
    padding-bottom: 4px;
    padding-left: 4px;
    margin-bottom: 4px;
}

.TextBox {
    width: 216px;
    height: 40px;
    margin-bottom: 10px;
    margin-top: 10px;
    border-color: #5e5757;
    border-width: 2px;
}

.button {
    color: #ffffff !important;
    width: 216px;
    height: 40px;
    margin-top: 30px;
    margin-bottom: 10px;
}

.button:hover {
    background-color: hsl(194, 100%, 50%) !important;
    box-shadow: 0 4px 14px #ffffff !important;
    transform: translateY(-1px) !important;
}

.button:active {
    background-color: #00c4f5 !important;
    transform: translateY(1px) !important;
    box-shadow: 0 1px 4px #ffffff !important;
}