﻿.imageHeader {
    width: 100%;
    height: auto;
}

.form-group-page {
    display: flex;
    flex-direction: column;
    max-width: 400px;
    margin-bottom: 20px;
}

    .form-group-page .form-group-page1 {
        color: red;
        display: flex;
        flex-direction: column;
        max-width: 400px;
        margin-bottom: 20px;
        height: 215px;
    }

.form-group-name {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.checkLabel {
    display: flex;
    flex-direction: row;
}

    .checkLabel input {
        margin-right: 10px;
    }

.imageHeader .atlas-flex-menu-inner {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-grow: 1;
    max-width: 80rem;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.atlas-flex-menu-inner .home-link {
    flex-basis: 22%;
    flex-grow: 0;
    position: relative;
}
/*Gourav Padol*/
.wrapper {
    position: relative;
    width: 400px;
    height: 200px;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
