html {
    background: url(../img/bg.jpg) center center/cover no-repeat;
    height: 100%;
    width: 100%;
}

.main {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: auto;
}

.parent {
    background-color: rgba(255, 255, 255, 0.5);
    padding: 30px 0;
    width: 100%;
}

.logo_name img {
    /*   font-size: 28px; */
    flex-shrink: 0;
}

.logo_name_text {
    font-family: 'Roboto', sans-serif;
    font-size: 1.5em;
    font-weight: 500;
    color: #4278d9;
    padding-top: 0;
}

.logo {
    background: none;
    border: none;
}

.logo_btn {
    margin-top: 20px;
}