body, html {
    width: 100vw;
    height: 100vh;
    display: flex;
    position: relative;
    font-family: "Rubik", sans-serif;
}
body img {
    position: absolute;
    width: 600px;
    align-self: center;
    margin-left: 250px;
    z-index: 0;
}
.autoriseishon {
    align-self: center;
    margin-left: auto;
    margin-right: auto;
    width: 300px;
    background-color: rgb(218, 238, 251);
    border-radius: 5px;
    border: 0.5px solid rgb(171, 201, 218);
    padding: 10px;
    z-index: 1;
    box-shadow: 1px 1px 15px 1px rgba(175, 174, 174, 0.474);
}
.autoriseishon h3 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 21px;
    font-weight: bold;
    color: rgb(44, 105, 132);
}
.autoriseishon_form {

}
.autoriseishon_form p {
    font-size: 13px;
    padding: 10px;
    color: rgb(233, 111, 111);
}
.autoriseishon_form form {
    width: 100%;
}
.autoriseishon_form label {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    color: rgb(44, 105, 132);
}
.autoriseishon_form input {
    display: block;
    margin-bottom: 11px;
    width: 98%;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.76);  
    border: 1px solid #79bcd2ab;
    padding-top: 8px;
    padding-bottom: 8px;
}
.autoriseishon_form button {
    display: block;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 10px;
    padding-bottom: 8px;
    padding-top: 8px;
    background-color: #24659b;
    border: 0.5px solid #1a486e;
    text-align: center;
    border-radius: 6px;
    color: white;
    font-family: "Rubik", sans-serif;
}
.autoriseishon_form button:hover {
    background-color: #3089d3;
}
@media (max-width: 768px) {
body, html {
    width: 100vw;
    height: 100vh;
}
body img {
    position: absolute;
    width: 400px;
    align-self: stretch;
    margin-top: 50px;
    margin-left: 0px;
    z-index: 0;
}
}
