/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 07 2023 | 13:02:29 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

.xoo-aff-label {
  width: 100%;
}

.afterreg {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding-bottom: 15px;
  flex-direction: column;
}
.xoo-aff-group label {
    font-weight: 600;
    display: block;
    margin-bottom: 0px;
  font-size: .9rem;
}

.xoo-aff-input-group {
    width: 100%;
    float: none;
}

.xoo-aff-group input[type=text], .xoo-aff-group input[type=password], .xoo-aff-group input[type=email], .xoo-aff-group input[type=number], .xoo-aff-group select {
    border: 1px solid grey;
    box-shadow: none;
    /* border-bottom: none; */
    border-radius: 5px;
}

.xoo-aff-group input[type="text"], .xoo-aff-group input[type="password"], .xoo-aff-group input[type="email"], .xoo-aff-group input[type="number"], .xoo-aff-group select{
height: 50px!important}
.xoo-aff-input-group svg.xoo-aff-input-icon{
	padding: 14px;
}

input:focus {
    outline: none !important;
    border:2px solid #ed217c !important;
  }
  
  b, strong {
    font-size: 1.2rem;
}

.xoo-el-register-btn {
  padding: 1em 4em;
}