.auth-window {
    position: absolute;
    left: 35%;
    right: 35%;
    top: 35%;
    height: 30%;
    width: 30%;
    padding: 30px;
    background-color: rgba(0, 0, 0, .6);
    border-radius: 5px;
}

* {

    transition: all 0.5s ease-out;
}

@media (max-width: 767px) {
    .auth-window {
        position: absolute;
        left: 0;
        right: 0;
        width: 100%;
    }
}

@media (max-height: 920px) {
    .auth-window {
        position: absolute;
        top: 25%;
        height: 35%;
    }
}

@media (max-height: 800px) {
    .auth-window {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
    }
}

.float-center {
    text-align: center;
}

.con-btn {
    width: 100px;
    text-align: center;
    padding: 10px;
    border-radius: 3px;
    background-color: green;
}

.form-control {
    background-color: #21212F;
    color: lightgray;
    border: none;
    border-radius: 20px;
}

.name {
    color: white;
}

.settings-window {
    width: 100%;
    height: 240px;
    background-color: rgba(0, 0, 0, .8);
    color: white;
    border-radius: 10px;
    padding: 20px;

}

.def-set-win {
    height: 190px;
}

.configure-window {
    position: absolute;
    left: 15vw;
    right: 15vw;
}

@media(max-width: 680px) {
    .configure-window {
        width: 100%;
        left: 0;
        right: 0;
    }
}
.settings-window-d2 {
	height: 300px;
}