.btn-solid{
    background-color: #5A0C6F !important;   
    	
}
.btn-solid:hover {
    background-color: #48085C !important;
    	
}


.email-send-background-color {
	background-color: #e6f0e8 !important;
}

.enter-code-placeholder-width {
    max-width: 60%;
}

.get-code {
	font-family: system-ui;
	font-size: 16px;
}

.enter-code-form-group {
	margin-bottom: 0.5rem !important;
}

.warning-msg {
    display: flex !important;
    margin-top: 10px;
    background-color: #F9E9E0;
    padding-left: 10px;
    padding-top: 10px;
}
	

.warning-symbol-class {
	height: 20px; 
	width: 20px; 
	margin-right: 10px; 
	margin-top: 5px;
}