.screenCenter {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


.lineTitle{
	border-bottom: 1px solid #c5c5c5;
}

#seacherCertificate{
    margin-top: 10px;
    text-align: center;
}

@media screen and (max-width: 400px) {
    #new-register {
        margin-bottom: 5px;
    }
}

