 #frame-auth {}

 #frame-auth .uiRow:nth-child(2) > .uiColumn {
     background-color: #f8f9fa;
 }

 #frame-auth {}

 .ui_wraper {
     margin-top: 5vh;
     text-align: center;
 }

 .ui_wraper h1 {
     margin-bottom: 18px;
 }

 .ui_wraper .uiS > div {
     padding-bottom: 64px;
 }

 .mColumns {
     display: flex;
     align-items: center;
     flex-direction: row;
     justify-content: center;
 }

 .mColumn {
     border: 2px solid #e6e8e8;
     min-width: 240px;
     min-height: 400px;
     margin-left: 2px;
     margin-right: 2px;
     border-radius: 8px;
     padding-top: 10px;
 }

 .mColumn h3 {
     margin-bottom: 8px;
 }

 .mColumn .mLi {
     margin-bottom: 4px;
     font-weight: 600;
     color: gray;
 }

 .mColumn2 {
     border: 2px solid #4115e8;
     background-color: #e6e8e8;
 }

 .mColumn .btn > div {
     min-height: 32px;
     border-radius: 8px;
     margin-top: 20px;
     font-weight: 500;
     font-size: 14px;
 }

 .mColumn.mColumn2 .btn > div {
     background-color: white;
     color: #3d61dc;
 }

 .mAuth_price {
     font-size: 32px;
     font-weight: 400;
 }

 .mAuth_small {
     color: silver;
     font-size: 0.9rem;
     font-weight: 400;
     margin-bottom: 16px;
 }