body {
    font-family: Arial, Helvetica, sans-serif;
    width: 100%;
    height: 100vh;
    margin: 0;
    background-color: #3b4b72;
    color: #21272a;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}

h1 {
    margin: 0;
    font-size: 3.5vw;
}

h2 {
    margin: 0;
    margin-bottom: 2vw;
    font-size: 1.5vw;
    font-weight: normal;
}

.rect {
    width: auto;
    height: auto;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.rect2 {
    background-color: #ffffff;
    width: 50vw;
    height: 38vw;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}

.rect3 {
    width: auto;
    height: auto;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.rect4 {
    width: 38vw;
    height: 5vw;
    border-bottom: 2px solid #d9dde2;
}

.rectinp {
    width: 38vw;
    height: auto;
    display: flex;
    flex-flow: column;
    justify-content: center;
    gap: 5px;
    margin: 1vw;
}

.rectinp p{
    margin: 0;
}

.rectinp input{
    width: 37vw;
    height: 3vw;
    background-color: #f2f4f8;
    border: 0;
    border-bottom: 3px solid #d9dde2;
    margin: 0;
    padding-left: 1vw;
    font-size: 1vw;
}

.che {
    width: 38vw;
    height: auto;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 1vw;
}

.che input{
    margin: 0;
    cursor: pointer;
}

.che label{
    cursor: pointer;
}

#login {
    width: 38vw;
    height: 3vw;
    color: #ffffff;
    background-color: #3b4b72;
    font-size: 1vw;
    cursor: pointer;
    border: none;
}

#gf {
    cursor: pointer;
    color: #41a4ff;
    text-decoration: underline;
}

.logos {
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    /* gap: 30px; */
}

.logo1 {
    width: 16vw;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    /* justify-content: flex-end; */
}

.logo2 {
    width: 16vw;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    /* justify-content: flex-start; */
}

.kkp {
    width: auto;
    height: 6vw;
}

.ost {
    width: auto;
    height: 4vw;
}
