body
{
    margin: 0;
    padding: 0;
    background-image: url('../img/');
    background-position: center;
    font-family:Sans-Serif;
    max-width: 100%;
    max-height: 100%;
    
} 
   .regs_body
   {
       width:350px;
       height:850px;
       background:#000;
       color:#fff;
       top:22%;
       left:29%;
       position:absolute;
       padding: 55px 30px;
       transform:teanslate(-50%,-50%);
       box-sizing:border-box;
}
.regs_avatar
{
    width:100px;
    height:100px;
    border-radius:50%;
    position:absolute;
    top:-50px;
    left: calc(50% - 50px);   
}
.regs__spem
{
     text-decoration:none;
    font-size:14px;
    line-height:20px;
	text-align: center;
    color:Gray;
    margin-bottom:35px;
    margin-top:12px;
    margin-left:40px;
}
.regs__spem:hover
{
    color:#ffc107;
}
h1
{
    margin:0;
    padding:0 0 20px;
    text-align:center;
    font-size:20px;
}
.regs_p 
{
    margin:0;
    padding:0;
    font-weight:bold;
}

.regs_input[type="text"], input[type="password"]
{
    border:none;
    border-bottom:1px solid #fff;
    background:transparent;
    outline:none;
    height:40px;
    width:100%;
    color:White;
}

.regs_btn
{
    border:none;
    outline:nine;
    height:40px;
    background:#fb2525;
    color:#fff;
    font-size:18px;
    border-radius:20px;
    width:100%;
    margin-bottom:20px; 
} 
.regs_btn:hover
{
    cursor:pointer;
    background:#ffc107;
    color:#000;
}
.regs_a
{
    text-decoration:none;
    font-size:12px;
    line-height:20px;
    color:Gray;
}
.regs_copyright
{
    text-decoration:none;
    font-size:12px;
    line-height:20px;
    color:Gray;
    margin-top:195px;
    text-align:center;
}
.regs_copyright:hover
{
    color:#ffc107;
}
.regs_a:hover
{
    color:#ffc107;
}
#toggle_btn
{
    padding:10px 30px;
    cursor:pointer;
    background:transparent;
    border:0;
    outline:none;
    position:relative;
}
#rRegister
{
    left:850px;
}
#rbtn
{
    top:0;
    left:0;
    position:absolute;
    width:110px;
    height:100%;
    background:linear-gradient(to right,#ff105f,#ffad06);
    border-readius:30px;
    transition:.5s;
}
/* big landscape tablets, laptops, and desktops */
@media screen and (min-width: 1200px ) 
{
    body
{
    margin: 0;
    padding: 0;
    background-image: url('../img/hero-bg.jpg');
    background-position:center;
    font-family:Sans-Serif;
    max-width:100%;
    max-height:100%;
    
} 
  .regs_body
   {
       width:480px;
       height:1450px;
       background:#000;
       color:#fff;
       top:12%;
       left:31%;
       position:absolute;
       padding: 55px 30px;
       transform:teanslate(-50%,-50%);
       box-sizing:border-box;
}
.regs_avatar
{
    width:100px;
    height:100px;
    border-radius:50%;
    position:absolute;
    top:-50px;
    left: calc(50% - 50px);   
}
.regs__spem
{
     text-decoration:none;
    font-size:16px;
    line-height:16px;
	text-align:center;
    color:Gray;
    margin-bottom:35px;
    margin-top:12px;
    margin-left:0px;
}
.regs__spem:hover
{
    color:#ffc107;
}
h1
{
    margin:0;
    padding:0 0 20px;
    text-align:center;
    font-size:20px;
}
.regs_p 
{
    margin:0;
    padding:0;
    font-weight:bold;
}

.regs_input[type="text"], input[type="password"]
{
    border:none;
    border-bottom:1px solid #fff;
    background:transparent;
    outline:none;
    height:40px;
    width:100%;
    color:White;
}

.regs_btn
{
    border:none;
    outline:nine;
    height:40px;
    background:#fb2525;
    color:#fff;
    font-size:18px;
    border-radius:20px;
    width:100%;
    margin-bottom:20px; 
    margin-top:25px;
} 
.regs_btn:hover
{
    cursor:pointer;
    background:#ffc107;
    color:#000;
}
.regs_a
{
    text-decoration:none;
    font-size:12px;
    line-height:20px;
    color:Gray;
}
.regs_copyright
{
    text-decoration:none;
    font-size:12px;
    line-height:20px;
    color:Gray;
    margin-top:195px;
    text-align:center;
}
.regs_copyright:hover
{
    color:#ffc107;
}
.regs_a:hover
{
    color:#ffc107;
}
.input-box i{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
}
.input-box i.email-icon{
  color: #bfbfbf;
  left: 15px;
  transition: all 0.3s ease;
}
form.valid i.email-icon{
  color: #1748cf;
}
.input-box input.input:focus ~ i.email-icon{
  color: #1748cf;
}

.input-box .error-icon,
.input-box .passed-icon{
  color: #de0611;
  left: calc(75% - 60px);
  display: none;
}
form.error .error-icon{
  display: block;
}
.input-box .passed-icon{
  color: #1748cf;
}
form.valid .passed-icon{
  display: block;
}
#toggle_btn
{
    padding:10px 30px;
    cursor:pointer;
    background:transparent;
    border:0;
    outline:none;
    position:relative;
}
#rRegister
{
    left:850px;
}
#rbtn
{
    top:0;
    left:0;
    position:absolute;
    width:110px;
    height:100%;
    background:linear-gradient(to right,#ff105f,#ffad06);
    border-readius:30px;
    transition:.5s;
}
}
/* tablet, landscape, low resolution laptop and desktop */
@media (max-width: 1080px)
{
  body
{
    margin: 0;
    padding: 0;
    background-image: url('../img/back.jpg');
    background-position:center;
    font-family:Sans-Serif;
    max-width: 100%;
    max-height: 100%;
    
} 
  .regs_body
   {
        width:400px;
       height:200px;
       background:#000;
       color:#fff;
       top:12%;
       margin-left:38%;
       position:absolute;
       padding: 55px 30px;
       transform:teanslate(-50%,-50%);
       box-sizing:border-box;
}
.regs_avatar
{
    width:100px;
    height:100px;
    border-radius:50%;
    position:absolute;
    top:-50px;
    left: calc(50% - 50px);   
}
.regs__spem
{
    text-decoration:none;
    font-size:14px;
    line-height:20px;
    color:Gray;
	position:absolute;
    margin-bottom:35px;
	text-align:center;
    margin-top:12px;
    margin-left:0px;
}
.regs__spem:hover
{
    color:#ffc107;
}
h1
{
    margin:0;
    padding:0 0 20px;
    text-align:center;
    font-size:20px;
}
.regs_p 
{
    margin:0;
    padding:0;
    font-weight:bold;
}

.regs_input[type="text"], input[type="password"]
{
    border:none;
    border-bottom:1px solid #fff;
    background:transparent;
    outline:none;
    height:40px;
    width:100%;
    color:White;
}

.regs_btn
{
    border:none;
    outline:nine;
    height:40px;
    background:#fb2525;
    color:#fff;
    font-size:18px;
    border-radius:20px;
    width:100%;
    margin-bottom:20px; 
    margin-top:20px;
} 
.regs_btn:hover
{
    cursor:pointer;
    background:#ffc107;
    color:#000;
}
.regs_a
{
    text-decoration:none;
    font-size:12px;
    line-height:20px;
    color:Gray;
}
.regs_copyright
{
     text-decoration:none;
    font-size:12px;
    line-height:20px;
    color:Gray;
    margin-top:195px;
    text-align:center;
}
.regs_copyright:hover
{
    color:#ffc107;
}
.regs_a:hover
{
    color:#ffc107;
}
#toggle_btn
{
    padding:10px 30px;
    cursor:pointer;
    background:transparent;
    border:0;
    outline:none;
    position:relative;
}
#rRegister
{
    left:850px;
}
#rbtn
{
    top:0;
    left:0;
    position:absolute;
    width:110px;
    height:100%;
    background:linear-gradient(to right,#ff105f,#ffad06);
    border-readius:30px;
    transition:.5s;
}
}
/* tablet, landscape, low resolution laptop and desktop */
@media (max-width:999px)
{
  body
{
    margin: 0;
    padding: 0;
    background-image: url('../img/back.jpg');
    background-position:center;
    font-family:Sans-Serif;
    max-width: 100%;
    max-height: 100%;
    
} 
  .regs_body
   {
      width:450px;
       height:999px;
       background:#000;
       color:#fff;
       margin-top:20%;
       margin-left:26%;
       position:absolute;
       padding: 50px 30px;
       transform:teanslate(-50%,-50%);
       box-sizing:border-box;
}
.regs_avatar
{
    width:100px;
    height:100px;
    border-radius:50%;
    position:absolute;
    top:-50px;
    left: calc(50% - 50px);   
}
.regs__spem
{
    text-decoration:none;
    font-size:14px;
    line-height:16px;
    color:Gray;
    margin-bottom:35px;
    margin-top:12px;
    margin-left:62px;
}
.regs__spem:hover
{
    color:#ffc107;
}
h1
{
    margin:0;
    padding:0 0 20px;
    text-align:center;
    font-size:20px;
}
.regs_p 
{
    margin:0;
    padding:0;
    font-weight:bold;
}

.regs_input[type="text"], input[type="password"]
{
    border:none;
    border-bottom:1px solid #fff;
    background:transparent;
    outline:none;
    height:40px;
    width:100%;
    color:White;
}

.regs_btn
{
     border:none;
    outline:nine;
    height:40px;
    background:#fb2525;
    color:#fff;
    font-size:18px;
    border-radius:20px;
    width:100%;
    margin-bottom:20px; 
} 
.regs_btn:hover
{
    cursor:pointer;
    background:#ffc107;
    color:#000;
}
.regs_a
{
    text-decoration:none;
    font-size:12px;
    line-height:20px;
    color:Gray;
}
.regs_copyright
{
     text-decoration:none;
    font-size:12px;
    line-height:20px;
    color:Gray;
    margin-top:195px;
    text-align:center;
}
.regs_copyright:hover
{
    color:#ffc107;
}
.regs_a:hover
{
    color:#ffc107;
}
#toggle_btn
{
    padding:10px 30px;
    cursor:pointer;
    background:transparent;
    border:0;
    outline:none;
    position:relative;
}
#rRegister
{
    left:850px;
}
#rbtn
{
    top:0;
    left:0;
    position:absolute;
    width:110px;
    height:100%;
    background:linear-gradient(to right,#ff105f,#ffad06);
    border-readius:30px;
    transition:.5s;
}
}
/* portrait tablet, e-readers kindle, */
@media (max-width: 899px)
{
 body
{
    margin: 0;
    padding: 0;
    background-image: url('../img/back.jpg');
    background-position:center;
    font-family:Sans-Serif;
    max-width: 100%;
    max-height: 100%;
    
} 
  .regs_body
   {
        width:420px;
       height:999px;
       background:#000;
       color:#fff;
       margin-top:20%;
       margin-left:24%;
       position:absolute;
       padding: 50px 30px;
       transform:teanslate(-50%,-50%);
       box-sizing:border-box;
}
.regs_avatar
{
    width:100px;
    height:100px;
    border-radius:50%;
    position:absolute;
    top:-50px;
    left: calc(50% - 50px);   
}
.regs__spem
{
    text-decoration:none;
    font-size:14px;
    line-height:16px;
    color:Gray;
    margin-bottom:35px;
    margin-top:12px;
    margin-left:62px;
}
.regs__spem:hover
{
    color:#ffc107;
}
h1
{
    margin:0;
    padding:0 0 20px;
    text-align:center;
    font-size:20px;
}
.regs_p 
{
    margin:0;
    padding:0;
    font-weight:bold;
}

.regs_input[type="text"], input[type="password"]
{
    border:none;
    border-bottom:1px solid #fff;
    background:transparent;
    outline:none;
    height:40px;
    width:100%;
    color:White;
}

.regs_btn
{
    border:none;
    outline:nine;
    height:40px;
    background:#fb2525;
    color:#fff;
    font-size:18px;
    border-radius:20px;
    width:100%;
    margin-bottom:20px; 
} 
.regs_btn:hover
{
    cursor:pointer;
    background:#ffc107;
    color:#000;
}
.regs_a
{
    text-decoration:none;
    font-size:12px;
    line-height:20px;
    color:Gray;
}
.regs_copyright
{
   text-decoration:none;
    font-size:12px;
    line-height:20px;
    color:Gray;
    margin-top:195px;
    text-align:center;
}
.regs_copyright:hover
{
    color:#ffc107;
}
.regs_a:hover
{
    color:#ffc107;
}
#toggle_btn
{
    padding:10px 30px;
    cursor:pointer;
    background:transparent;
    border:0;
    outline:none;
    position:relative;
}
#rRegister
{
    left:850px;
}
#rbtn
{
    top:0;
    left:0;
    position:absolute;
    width:110px;
    height:100%;
    background:linear-gradient(to right,#ff105f,#ffad06);
    border-readius:30px;
    transition:.5s;
}
}
/* big landscape tablets, laptops, and desktops */
@media screen and (max-width:699px) 
{
  body
{
    margin: 0;
    padding: 0;
    background-image: url('../img/back.jpg');
    background-position:center;
    font-family:Sans-Serif;
    max-width: 100%;
    max-height: 100%;
    
} 
  .regs_body
   {
        max-width:380px;
       height:999px;
       background:#000;
       color:#fff;
       margin-top:12%;
       margin-left:18%;
       position:absolute;
       padding: 50px 30px;
       transform:teanslate(-50%,-50%);
       box-sizing:border-box;
}
.regs_avatar
{
    width:100px;
    height:100px;
    border-radius:50%;
    position:absolute;
    top:-50px;
    left: calc(50% - 50px);   
}
.regs__spem
{
    text-decoration:none;
    font-size:14px;
    line-height:16px;
    color:Gray;
    margin-bottom:35px;
    margin-top:12px;
    margin-left:62px;
}
.regs__spem:hover
{
    color:#ffc107;
}
h1
{
    margin:0;
    padding:0 0 20px;
    text-align:center;
    font-size:20px;
}
.regs_p 
{
    margin:0;
    padding:0;
    font-weight:bold;
}

.regs_input[type="text"], input[type="password"]
{
    border:none;
    border-bottom:1px solid #fff;
    background:transparent;
    outline:none;
    height:40px;
    width:100%;
    color:White;
}

.regs_btn
{
   border:none;
    outline:nine;
    height:40px;
    background:#fb2525;
    color:#fff;
    font-size:18px;
    border-radius:20px;
    width:100%;
    margin-bottom:20px; 
} 
.regs_btn:hover
{
    cursor:pointer;
    background:#ffc107;
    color:#000;
}
.regs_a
{
    text-decoration:none;
    font-size:12px;
    line-height:20px;
    color:Gray;
}
.regs_copyright
{
    text-decoration:none;
    font-size:12px;
    line-height:20px;
    color:Gray;
    margin-top:195px;
    text-align:center;
}
.regs_copyright:hover
{
    color:#ffc107;
}
.regs_a:hover
{
    color:#ffc107;
}
#toggle_btn
{
    padding:10px 30px;
    cursor:pointer;
    background:transparent;
    border:0;
    outline:none;
    position:relative;
}
#rRegister
{
    left:850px;
}
#rbtn
{
    top:0;
    left:0;
    position:absolute;
    width:110px;
    height:100%;
    background:linear-gradient(to right,#ff105f,#ffad06);
    border-readius:30px;
    transition:.5s;
}
}
/* smartphones, portarait iphone phones, portarait 480*320 phones (Android)*/
@media (max-width:586px)
{
  body
{
    margin: 0;
    padding: 0;
    background-image: url('../img/back.jpg');
    background-position:center;
    font-family:Sans-Serif;
    max-width: 100%;
    max-height: 100%;
    
} 
  .regs_body
   {
       max-width:380px;
       height:1050px;
       background:#000;
       color:#fff;
       margin-top:20%;
       margin-left:12%;
       position:absolute;
       padding: 51px 30px;
       transform:teanslate(-50%,-50%);
       box-sizing:border-box;
}
.regs_avatar
{
    width:100px;
    height:100px;
    border-radius:50%;
    position:absolute;
    top:-50px;
    left: calc(50% - 50px);   
}
.regs__spem
{
    text-decoration:none;
    font-size:14px;
    line-height:16px;
    color:Gray;
    margin-bottom:35px;
    margin-top:12px;
    margin-left:62px;
}
.regs__spem:hover
{
    color:#ffc107;
}
h1
{
    margin:0;
    padding:0 0 20px;
    text-align:center;
    font-size:20px;
}
.regs_p 
{
    margin:0;
    padding:0;
    font-weight:bold;
}

.regs_input[type="text"], input[type="password"]
{
    border:none;
    border-bottom:1px solid #fff;
    background:transparent;
    outline:none;
    height:40px;
    width:100%;
    color:White;
}

.regs_btn
{
     border:none;
    outline:nine;
    height:40px;
    background:#fb2525;
    color:#fff;
    font-size:18px;
    border-radius:20px;
    width:100%;
    margin-bottom:20px;
} 
.regs_btn:hover
{
    cursor:pointer;
    background:#ffc107;
    color:#000;
}
.regs_a
{
    text-decoration:none;
    font-size:12px;
    line-height:20px;
    color:Gray;
}
.regs_copyright
{
    text-decoration:none;
    font-size:12px;
    line-height:20px;
    color:Gray;
    margin-top:195px;
    text-align:center;
}
.regs_copyright:hover
{
    color:#ffc107;
}
.regs_a:hover
{
    color:#ffc107;
}
#toggle_btn
{
    padding:10px 30px;
    cursor:pointer;
    background:transparent;
    border:0;
    outline:none;
    position:relative;
}
#rRegister
{
    left:850px;
}
#rbtn
{
    top:0;
    left:0;
    position:absolute;
    width:110px;
    height:100%;
    background:linear-gradient(to right,#ff105f,#ffad06);
    border-readius:30px;
    transition:.5s;
}
}
/* smartphones, portarait iphone phones, portarait 480*320 phones (Android)*/
@media (max-width: 480px)
{
   body
{
    margin: 0;
    padding: 0;
    background-image: url('../img/hero-bg.jpg');
    background-position:center;
    font-family:Sans-Serif;
    max-width: 100%;
    max-height: 100%;
    
} 
  .regs_body
   {
     width:350px;
     height: 1550px;
       background:#000;
       color:#fff;
       margin-top:20%;
       margin-left:-24%;
       position:absolute;
       padding: 55px 30px;
       transform:teanslate(-50%,-50%);
       box-sizing:border-box;
}
.regs_avatar
{
    width:100px;
    height:100px;
    border-radius:50%;
    position:absolute;
    top:-50px;
    left: calc(50% - 50px);   
}
.regs__spem
{
   text-decoration:none;
    font-size:14px;
    line-height:12px;
    color:Gray;
    margin-bottom:35px;
	text-align:center;
    margin-top:-18px;
    margin-left:0px;
}
.regs__spem:hover
{
    color:#ffc107;
}
.h1
{
    margin:0;
    padding:0 0 20px;
    text-align:center;
    font-size:18px;
}
.regs_p 
{
    margin:0;
    padding:0;
    font-weight:bold;
}

.regs_input[type="text"], input[type="password"]
{
    border:none;
    border-bottom:1px solid #fff;
    background:transparent;
    outline:none;
    height:40px;
    width:100%;
    color:White;
}

.regs_btn
{
    border:none;
    outline:nine;
    height:40px;
    background:#fb2525;
    color:#fff;
    font-size:18px;
    border-radius:20px;
    width:100%;
    margin-bottom:20px; 
} 
.regs_btn:hover
{
    cursor:pointer;
    background:#ffc107;
    color:#000;
}
.regs_a
{
    text-decoration:none;
    font-size:12px;
    line-height:20px;
    color:Gray;
}
.regs_copyright
{
   text-decoration:none;
    font-size:12px;
    line-height:20px;
    color:Gray;
    margin-top:195px;
    text-align:center;
}
.regs_copyright:hover
{
    color:#ffc107;
}
.regs_a:hover
{
    color:#ffc107;
}
#toggle_btn
{
    padding:10px 30px;
    cursor:pointer;
    background:transparent;
    border:0;
    outline:none;
    position:relative;
}
#rRegister
{
    left:850px;
}
#rbtn
{
    top:0;
    left:0;
    position:absolute;
    width:110px;
    height:100%;
    background:linear-gradient(to right,#ff105f,#ffad06);
    border-readius:30px;
    transition:.5s;
}
}