.mainFlame h2 {
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    font-weight: bold;
    color:#262d4d;
    font-size:30px;
}
.mainFlame p {
    margin-block-start: 1em;
    margin-block-end: 1em;
    color: #222;
}
.mainFlame {
    width: 100%;
    /* min-height: calc(100vh - 281px); */
    display: flex;
    flex-direction: column;
}

.messageZoneNotYetReceive {
    padding: 5px;
    margin-left: -5px;
    margin-top: 40px;
    background-color: rgb(181, 181, 181);
}

.messageChk4email {
    padding-left: 20px;
}

.messageGetPermission {
    font-weight: bold;
    padding-left: 40px;
}

.CreateAccountMsg {
    position: relative;
    top: 15%;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0 auto;
    margin-top: 50px;
    width: 80%;
    max-width: 1200px;
    vertical-align: middle;
        background-color: #ffffff;
    border-radius: 20px;
    -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    padding: 50px 0;
    margin-bottom: 50px;
}
.CreateAccountMsgChild{
	width: 90%;
	margin-left: auto;
    margin-right: auto;
}
.messageArea {
    width: 100%;
    margin-bottom: 10px;
}

.mailAddrTblFormCell {
    width: 100%;
    line-height: 41px;
    display: flex;
    align-items: center;
}

.mailAddrLbl {
    display: inline-block;
    vertical-align: middle;
    float: left;
    height: 100%;
    padding-left: 8px;
    background-color: RGB(220, 30, 55); /**/
    max-width: 150px;
    width: 50%;
}

.mailAddrLblString {
    width: 160px;
    float: left;
}

.mailAddrInputSpan {
    float: right;
    min-width: 50%;
    width: 100%;
    padding: 5px;
}
.mailAddrInputSpan input{
    font-size: 14px;
    padding: 6px 10px;
}

.mailAddrInputForm {
    width: 100%;
    height: 32px;
    outline: 0;
}

.mailSendSubmitButton-area {
  display: flex;
  justify-content: flex-end;
}

.mailSendSubmitButton-area > a{
    justify-content: center;
    align-items: center;
    display: flex;
}


.mailSendSubmitButton {
    float: right;
    margin-top: 15px;
    width:160px;
}

#SentEmailMsg {
    top: 15%;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0 auto;
    margin-top: 50px;
    width: 80%;
    vertical-align: middle;
    min-height: 200px;
    background-color: #ffffff;
    border-radius: 20px;
    -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    padding: 50px 0;
    margin-bottom: 25px;
}
.SentEmailMsgChild{
	width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.warning {
    color: red;
}
@media all and (max-width: 767px) {
  .mailAddrTblFormCell {
    align-items: stretch;
    flex-direction: column;
  }
  .flexContainer {
    flex-direction: column;
}
}