@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700');

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-family: "Poppins",sans-serif !important;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  font-family: "Poppins",sans-serif !important;
  display: block;
}

* {
  outline: none !important;
}

a:hover,
a:active,
a:focus{
  outline: 0;
  text-decoration: none;
}

body{
  font-family: "Poppins",sans-serif !important;
  margin: 0;
  overflow-x: hidden;
  overflow-y: hidden;
  line-height: 1;
  height: 100%;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.block {
  padding: 0 !important;
/*  margin: 0 !important;
  width: 100%;*/

  display: table;
  height: 100%;
  width: 100%;
  margin: 0 auto !important;


}

.block img.bg{
  position: absolute;
  height: 100vh;
  /*width: 100%;*/
  z-index: -1;
  left: 0;
  right: 0;
  margin:0 auto;
}

.block .main_wrapper {
  /*position: absolute;*/
  /* position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto 0;
  box-shadow: -6px 6px 6px rgba(0,0,0,.1);
  background: rgba(255,255,255,0.4);
  height: 480px; */

      display: table-cell;
    vertical-align: middle;
    z-index: 9;

}

.block .main_wrapper .sub_wrapper .logo_section {
    background: #008CC9;
    width: 290px;
    height: 320px;
    margin: 0 auto;
    box-shadow: 0px 0 11px 1px rgba(0, 140, 201, 0.3);
}

.block .main_wrapper .sub_wrapper .logo_section {
  background: #008CC9;
  width: 270px;
  height: 320px;
  margin:0 auto;
/*  position: absolute;
    left: 0;
    right: 0;*/
    box-shadow: 0px 0 11px 1px rgba(0, 140, 201, 0.3));

}

.block .main_wrapper .sub_wrapper .logo_section img {
  margin: auto;
  width: 100%;
  padding:80px 40px 85px 40px;
}

.block .main_wrapper .sub_wrapper .logo_section p {
  /*bottom: 10px;*/
  text-align: center;
  color: rgba(255,255,255,0.5);
  /*position: absolute;*/
  margin: 0 auto;
  /*width: 100%;*/
  font-weight: 300;
  font-size: 13px;

}

.block .main_wrapper .sub_wrapper .login_section {
  height: 320px;
  box-shadow: 0px 0 11px 1px rgba(136, 136, 136, 0.51);

}

html{
  height: 100%;
}

.wapper-section{
  position: absolute;
  width: 100%;
}

.input-section{
  background: #FFF;
}

.input-section{
  width: 400px;
  text-align: center;
}

.sub_wrapper{
  margin: 0 auto;
  display: table;
}

.title-section{
  text-align: center;
}

.title-section h4{
  padding-top: 40px;
  padding-bottom: 10px;
  font-size: 20px;
  font-family: "Poppins",sans-serif !important;
  text-transform: uppercase;
  font-weight: 400;
  color: #848484;
}

.user-section{
  text-align: center;
  margin:20px 0 15px 0;
}

.email{
  margin-bottom: 10px;
}

.email input{
  height: 40px;
  width: 320px;
  color: #848484;
   background: #F2F2F2; 
  border: 1px solid #F2F2F2;
  font-family: "Poppins",sans-serif !important;
  padding: 0px 5px 0px 44px;
  font-size: 14px;
  transition: background 0.5s ease-in-out;
}

.email input.input-text{
    background: #F2F2F2 url(../images/email.png) scroll 12px 10px;
  background-repeat: no-repeat;
}

.email input.input-password{
    background: #F2F2F2 url(../images/password.png) scroll 14px 10px;
  background-repeat: no-repeat;
}

.email input.input-text:focus{
  background: transparent;
   background: url(../images/email.png) scroll 12px 10px;
  background-repeat: no-repeat;
  border:1px solid #F2F2F2;
}

.email input.input-password:focus{
    background:  url(../images/password.png) scroll 14px 10px;
  background-repeat: no-repeat;
  border:1px solid #F2F2F2;
}

.custom-btn{
  width: 320px;  
  height: 40px;
  border-radius: 0px;
  background-color: #008CC9;
  border:1px solid #008CC9;
  transition: all 0.5s ease-in-out;
}
.custom-btn:hover{
    background-color: rgba(0, 140, 201, 0.78) !important;
    border: 1px solid rgba(0, 140, 201, 0.78);
    
}

.input-section a{
    color: #008CC9;
    padding-top: 14px;
    display: block;
    font-size: 14px;
}

@media (max-width:768px){
  .block .main_wrapper .sub_wrapper .logo_section {
    background: #008CC9;
    width: 310px;
    height: 380px;
    margin: 0 auto;
    box-shadow: 0px 0 11px 1px rgb(136, 136, 136);
}

.input-section {
    width: 365px;
    text-align: center;
}

.email input {
    height: 50px;
    width: 330px;
    /* background: #F2F2F2; */
    border: 1px solid #F2F2F2;
    font-family: "Poppins",sans-serif !important;
    padding: 0px 5px 0px 50px;
}

.custom-btn {
    width: 330px;
    height: 45px;
    border-radius: 0px;
    background-color: #008CC9;
    border: 1px solid #008CC9;
}
}

@media (max-width:600px){
  .logo_section{
    display: none;  
  }

  .email input {
    height: 50px;
    width: 90%;
    /* background: #F2F2F2; */
    border: 1px solid #F2F2F2;
    font-family: "Poppins",sans-serif !important;
    padding: 0px 5px 0px 50px;
}

.block .main_wrapper .sub_wrapper {
    /* background: #ffffff; */
    height: 380px;
    background: transparent;
    /* margin-left: 20%; */
     border: 1px rgba(221, 221, 221, 0.24) solid; 
    box-shadow: 0px 0 9px 0px rgba(136, 136, 136, 0.21);
}

.custom-btn {
    width: 90%;
    height: 45px;
    border-radius: 0px;
    background-color: #008CC9;
    border: 1px solid #008CC9;
}

  .input-section {
    width: 100%;
    text-align: center;
}
}

@media (max-width:425px){
  .logo_section{
    display: none;  
  }
}

.sub_wrapper{
  border:40px solid rgba(232, 232, 232, 0.29);
}