/* checker made by Cly */

/*edit black background height line 7*/

.domaincheck {
position: relative;
width: 100%;
height: 397px;
background-color: #191919;
}

.domaindiv {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
    text-align: center;
}

/*edit the 'Domain Available / Unavailable text*/

.domaindiv p {
    margin: 0;
    padding: 0.75em 0;
    color: rgba(255,255,255,1);
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    text-transform: none;
}

/*edit the 'Domain Checker' text*/

.domaincheck h1 {
  margin-top: 0px;
  text-align: center;
  vertical-align: top;
  font-family: 'Lato', sans-serif;
  font-size: 54px;
  letter-spacing: -3px;
  margin-bottom: 10px;
  color: white;
}

/*edit the Second Title text*/

.domaincheck h5 {
  height: 400px;
  text-align: center;
  font-size: 24px;
  letter-spacing: -1px;
  font-family: 'Raleway', sans-serif;
  font-weight: 900;
  text-transform: uppercase;
}

.domainform {
    padding-top: 30px;
}

/*edit the input box*/

#domainformdiv form input {
  border-radius: 0;
  background-color: transparent;
  border: 1px solid #fff;
  padding : 12px;
  width: 300px;
  color: #fff;
}

/*edit the submit arrow*/

.fa-arrow-right
{
  font-size: 18px;
  color: white;
  cursor: pointer;
}