#register_form h1 {
	    text-align: center;
    padding: 15px 0px 13px 0px;
    margin: 0;
    font-size: 29px;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: -1px;
    font-weight: 700;
}
html, body {
    height: 100%;
    margin: 0;
}

body {
    background: url('https://peptech-peptides.online/peptech-auth-bg.png') no-repeat center center fixed;
    background-size: cover;
}
.logo-img {
    width: 33%;
    padding: 30px 0px 13px 0px;
}
#register_form {
	width: 100%;
    margin: 0px auto;
    padding: 0px 0px 0px 0px;
    border-radius: 5px;
    
    text-align: center;
    max-width: 600px;
	position:relative;
}


.logo-pro {
    
}


.inputmain {
   text-align: center;
    padding: 5px 10px 11px 10px;
    margin: 0px 130px;
   
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 40px;
    background-color: #2ecc71;   /* Bright green */
    border-radius: 20px;
}

.inputmain h4 {
    font-size: 22px;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    font-family:Helvetica, Arial, sans-serif;
    margin: 5px 0px 1px 0px;
    padding-top:20px;
}

#register_form input , #register_form select{
    width: 100%;
     height: 100%;
    max-width: 300px;
    max-height: 53px;
    font-weight: 300;
    padding: 4px 4px 4px 10px;
    font-size: 1.2em;
    border-radius: 5px;
    border: 0;
    margin: 8px 0px 5px 0px;
}
.form_error span {
	width: 80%;
	height: 35px;
	margin: 3px 10%;
	font-size: 1.1em;
	color: #D83D5A;
}
.form_error input {
	border: 1px solid #D83D5A;
}
#reg_btn {
    padding: 12px 30px 12px 30px;
    text-align: center;
    color: #fff;
    background: #5f6160;
    border: none;
    border-radius: 5px;
    margin: 0 auto;
    width: 100%;
    font-weight: 600;
    max-width: 180px;
    height: 100%;
    max-height: 60px;
    font-size: 20px;
    text-transform: uppercase;
    margin-top: 20px;
    cursor: pointer;
}
.btndiv{
    text-align: center;
    padding: 10px 0px 35px 0px;
}

.error {
    color: #ff2525;
    font-size: 30px;
    padding: 10px 0px 30px 0px;
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    font-weight: 700;
   
}

.success {
    color: #03f703;
    font-size: 30px;
    padding: 10px 0px 30px 0px;
    width: 100%;
    height: 100%;
    background: #354569;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    font-weight: 700;
    font-family: Helvetica, Arial, sans-serif;
}

.errorh1 {
  color: #00000094  !important;
}
.errorImg{
    font-size: 243px;
    color: #ff2525;
}
.errorImg img{
    width: 100%;
    max-width: 300px;
    margin: 0px 0px 20px 0px;
}


.successImg img {
    width: 100%;
    max-width: 320px;
    margin: 0px 0px 20px 0px;
}

.reload{
    padding: 5px 20px 5px 20px;
    margin: 10px 0px 0px 0px;
    cursor: pointer;
    font-family: Helvetica, Arial, sans-serif;
    letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
  #register_form {
    width: 100%;
    margin: 0px auto;
    padding: 0px 0px 0px 0px;
    border-radius: 5px;
    text-align: center;
    position: relative;
}
.logo-img {
    width: auto;
    padding: 35px 0px 11px 0px;
    width: 32%;
}
#register_form input, #register_form select {
    width: 100%;
    height: 100%;
    /* max-width: 300px; */
    max-height: 88px;
    font-weight: 300;
    padding: 4px 4px 4px 10px;
    font-size: 1.2em;
    border-radius: 5px;
    margin: 8px 2px 9px 4px;
}
.inputmain {
    text-align: center;
    padding: 5px 30px 11px 30px;
    margin: 0px 114px;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 116px;
}
}

