﻿#password-group,
#twofa-group,
#captcha-group,
#backButton {
    display: none;
}

.availability-check-box {
    margin-top: 15px;
    text-align: center;
}

    .availability-check-box iframe {
        border: 0;
        height: 222px;
        width: 240px;
    }

.slider {
    overflow: hidden;
    position: relative;
}

.slides-wrapper {
    position: relative;
    height: 50px;
    transition: height 1s ease;
}

.slide {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    transition: transform 1s ease;
}