
body {
    background: linear-gradient(to bottom right, #4d9cf7, #89caff);
    background-color: #61A3F3;
}

.bg-gray {
    background-color: #fafbfb !important;
}

.wizard-buttons {
    width:100%;
}

.wizard-buttons button{
    width: 50%;
}

.form-control {
    color:#737373 !important;
}
#subdomain-div .input-group {
    max-width: 400px;
}

#subdomain-div input {
    text-align: right;
    padding-right: 10px !important;
    background-image: none !important;
}

#subdomain-div .input-group-text {
    color: black !important;
    font-weight: 600;
}

@media (max-width: 575px) {
    .fontsize-xs-90 {
        font-size: 90%;
    }
}

.fontsize-70 {
    font-size: 80%;
}



#LoginDiv .input-group {
    max-width: 400px;

}

#LoginDiv .input-group-text {
    font-weight: 600;
    font-size: 1.25rem;
}

#LoginDiv input {
    text-align: right;
}

.w-max-250 {max-width: 250px !important;}

@media (max-width: 575px) {
	#div_id_form3-subdomain .input-group-prepend {
		display: none !important;
	}
}