/* Write your custom CSS here */
@media (min-width: 576px){
.card-group {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
.card-body, .card-block {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}
@media (min-width: 576px)
{
	
	.card-group .card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0;
}
.card-group .card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0;
}
.card-group {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
.card-group .card + .card {
    margin-left: 0;
    border-left: 0;
}
}
.p-4 {
    padding: 1.5rem !important;
}
.card-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
}
.mb-4, .my-4 {
    margin-bottom: 1.5rem !important;
}
.card-body, .card-block {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #e1e6ef;
}
.login-button{
	    background-color: #22BAA0;
}
.mb-3{
	margin-bottom: 15px;
}
.bg-primary {
    background-color: #22BAA0 !important;
}
.checkbox-front-space label{
	padding-left:0px;
}
.checkbox-front-space2 {
    margin-top: 8px !important;
}
.checkbox-front-space2 label{
	padding-left:0px;
}
.plan-radio {
    margin-top: -5px !important;
}
.login-button:hover, .login-button:focus, .login-button:visited, .login-button:active {
    background-color: #22BAA0 !important;
}
.display.table img {
    width: 22px !important;
}
@media(max-width: 767px){
    .py-5{
        display: none;
    }
    .p-4 h1{
        text-align: center;
    }
      .p-4 p{
        text-align: center;
    }
   .button-center{
    text-align: center;
   }
}
.welcome-form{
    text-align: center;
}.welcome-form p{    font-size: 16px;
}
.welcome-signup-btn{
    margin-bottom: 20px;
}
.welcome-login-btn{
    margin-bottom: 20px;
        padding: 6px 20px;
}
.steps-registration h1{
    text-align: center;
    margin-top: 0px;
    margin-bottom: 25px;
}    
 .steps-registration .login-button{   
    margin-bottom: 20px;
    margin-top: 20px;
}
.steps-registration .card{
    margin-right: auto;
    margin-left: auto;    
    margin-top: 20%;
}