/* Form styling in the OlyCash ecosystem*/



.subscription-form {
    border-collapse: separate;
    border-spacing: 0;
    box-shadow: 15px 15px 20px -5px rgba(0, 0, 0, 0.21);
    border-radius: 5px;
    margin: 16px 0;
}

.subscription-form > tbody > tr > td:first-child {
    border-radius: 5px 0 0px 5px;
    border-right: 0px solid #FFF !important;
}

.subscription-form > tbody > tr > td:last-child {
    border-radius: 0 5px 5px 0px;
    border-left: 0px solid #FFF !important;
    padding: 5px;
    text-align: right;
}

.subscription-form > tbody > tr > td {
    vertical-align: middle;
    border: 1px solid #d6d6d6 !important;
}

.subscription-form .submit-button {
    padding: 5px 10px;
    font-family: 'Poppins-Bold', Arial, sans-serif !important;
    background-color: #fa415c;
    color: #fff;
    border-radius: 5px;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    margin-right: 5px;
    cursor: pointer;
}

.subscription-form .telephone-or-email {
    padding: 20px;
    font-family: 'Poppins-Bold', Arial, sans-serif !important;
    border-radius: 5px;
    border: none !important;
    outline: none;
    font-size: calc(9px + 0.9vmin);
    display: inline-block;
    width: 100%;
    margin: 2px;
}

.subscription-form .small-text {
	color: #888;
}

.telephonecontainer {
    white-space: nowrap;
    margin-left: 8px;
}

.country-code-select {
    background-position: left center, right center;
    background-repeat: no-repeat;
    padding: 10px 35px !important;
}

.subscription-form .country-code-select {
    padding: 0px 35px !important;
    border: none;
}








/* Viewing the form in steps */

.steps-table {
	margin: 15px;
	width: calc(100% - 40px);
	max-width: 800px;
}
.steps-table .step {
	width: 1%;
}
.steps-table .step span {
	display: inline-block;
	width: 35px;
	height: 35px;
	border-radius: 25px;
	background-color: #999999;
	color: #FFF;
	font-family: 'Poppins-Bold', Arial, sans-serif !important;
    font-weight: 600;
    font-size:calc(20px + 0.5vmin);
    line-height: 35px;
    text-align: center;
}
.steps-table td:not(.step) span {
	display:block;
	height: 2px;
	background-color: #999999;
	margin-top: 17px;
}
.steps-table .active span {
	background-color: #fa415c !important;
}

.step-2 {
	display:none;
}


















