/* Full-width input fields */

.space{padding-left:45px !important;}
input-group input[type=text], input[type=password] {
    width: 100%;
    padding: 12px 20px;
  /*  margin: 8px 0;*/
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
    font-family:"Open Sans"
    color:#000;
}

/* Set a style for all buttons */
.submitbtn{
    background-color: #034ea2;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 27%;
}
#log-button{float:right !important;}

.log-button-part .frgpwd{margin-top: 22px;float:left;}
/* Extra styles for the cancel button */
.cancelbtn {
    width: auto;
    padding: 10px 18px;
    background-color: #f44336;
}

/* Center the image and position the close button */

.imgcontainer {
    text-align: center;
    margin: 12px 0 0px 0;
    position: relative;
}

img.avatar {
    width: 15%;
    
}
.container {
    padding: 16px;
    width:90%;
}

span.psw {
    float: right;
   
}

/* The Modal (background) */
.modal {
   /* display: none;
    position: fixed; 
    z-index: 1; 
    left: 0;
    top: 0;
    width: 102%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.4); 
    padding-top: 60px;*/
     background: hsla(231, 12%, 23%, 0.9) none repeat scroll 0 0;
    cursor: pointer;
    height: 100%;
    left: 0;
    overflow-y: auto;
    position: fixed;
    top: 0;
    width: 101%;
    z-index: 3;
    padding-top:50px;
    color:#000;
    font-family:"Open Sans";
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 5% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
    border: 1px solid #888;
    width: 35%; /* Could be more or less, depending on screen size */
}

/* The Close Button (x) */
.imgcontainer .close {
    position: absolute;
    right:15px;
    top: -20px !important;
    color: #000;
    font-size: 35px;
    font-weight: bold;
}

.imgcontainer .close:hover,
.imgcontainer .close:focus {
    color:#034ea2;
    cursor: pointer;
}
.imgcontainer1 .close {
    position: absolute;
    right:15px;
    top: 0px !important;
    color: #000;
    font-size: 35px;
    font-weight: bold;
}
.imgcontainer1 .close:hover,
.imgcontainer1 .close:focus {
    color:#034ea2;
    cursor: pointer;
}
.imgcontainer2 .close {
    position: absolute;
    right:15px;
    top: 0px !important;
    color: #000;
    font-size: 35px;
    font-weight: bold;
}

.imgcontainer2 .close:hover,
.imgcontainer2 .close:focus {
    color:#034ea2;
    cursor: pointer;
}

/* Add Zoom Animation */
.animate {
    -webkit-animation: animatezoom 0.6s;
    animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
    from {-webkit-transform: scale(0)} 
    to {-webkit-transform: scale(1)}
}
    
@keyframes animatezoom {
    from {transform: scale(0)} 
    to {transform: scale(1)}
}

/* Change styles for span and cancel button on extra small screens */
 .modal-content{width:35%; padding-top:10px;}
 #formRegister.modal-content{width:50%;}
}
.button--oath{width:80%; text-align:center; margin-left:46px; margin-top:12px;}


.login_title{font-size:22px; font-family:"Open Sans"; color:#000; text-align:center; font-weight:bold; padding-top:10px;}
.register_title{font-size:22px; font-family:"Open Sans"; color:#000; text-align:center;padding:15px 0 0px 0;}
.social_box {
  background:#034ea2;
    color: hsl(0, 0%, 100%);
    padding: 10px 20px;
}
.social_box:hover {
  background:#034ea214;
    color: hsl(0, 0%, 100%);
    padding: 10px 20px;
    text-decoration:none;
}
.pipe_line{font-size:20px;}
.form--option::before{  left: auto;
    right: 0;}
.form--option::after{
    border-top: 1px solid hsl(220, 5%, 89%);
    content: "";
    height: 1px;
   right: 0;
    position: absolute;
    top: 50%;
    width: 45%;
    z-index: 0;
}
.form--option::before{
    border-top: 1px solid hsl(220, 5%, 89%);
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 50%;
    width: 45%;
    z-index: 0;
}
.form--option{
    color: hsl(214, 5%, 74%);
    line-height: 2.5;
    position: relative;
    text-align: center;
}
.lb_space{margin-top:15px;}
/*registration css*/
.cd-user-modal {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s, visibility 0.3s;
}
 
.cd-user-modal.is-visible {
  visibility: visible;
  opacity: 1;
}
.button--oath{text-align:center;padding-top:10px;}
@media (max-width:480px)   {
    .container {padding:5px;}
}
@media screen and (max-width: 360px) {
    span.psw {
       display: block;
       float: none;
    }
    .cancelbtn {
       width: 100%;
    }
    .social_box {padding:10px 5px;}
    
}
@media (max-width:800px)   {
.modal-content{width:70% !important;margin: 5% auto 15% auto;}

}

/*forgot password css*/
.modal-backdrop.in{opacity:0;}