﻿.login-head{box-shadow:0px 5px 20px #646565;margin-bottom:50px;background:#14a9a5;height:90px;}
.login1{    border: 0px solid #0cf;
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
    box-shadow: 0 5px 15px rgba(0,0,0,.5); background:#fff;}

.login1 h1 {
   
    margin:0px -1px 17px;
    line-height: 40px;
    font-size: 25px;
    font-weight:500;
    color: #000;
    text-align: center;
    background: #fff;
    border-bottom:0px solid #00ccff;
    border-radius: 3px 3px 0 0;
    background-image: -webkit-linear-gradient(top, whiteffd, #eef2f5);
    background-image: -moz-linear-gradient(top, whiteffd, #eef2f5);
    background-image: -o-linear-gradient(top, whiteffd, #eef2f5);
    background-image: linear-gradient(to bottom, whiteffd, #eef2f5);
    -webkit-box-shadow: 0 1px whitesmoke;
}
.login_img {
    width: 50px;
    padding-right: 20px;
    padding-bottom: 5px;
    padding-top: 0px;
}
.login1 p{margin:0px 0 0;}
.login1 p:first-child{margin-top:0;}
.login1 input[type=text], .login input[type=password]{width:100%;}
.login1 p.remember_me{float:left;line-height:1px;}
.login1 p.remember_me{    font-size: 8px;
    color: #777;
    cursor: pointer;
    margin: 5px 0px;}
.login1 p.remember_me input{position:relative;bottom:1px;margin-right:4px;vertical-align:middle;}
.login1 p.submit{text-align:right; margin-right:16px;}
.login-help{margin:5px 0;font-size:14px;color:#080808;}
.fb-log
{    text-align: center;
    background: #3b5998;
    /* padding: 6px 0px; */
	}
	
	.fb-log img
{     height: 25px;
    padding-bottom: 5px;
    width: 15px;
	}
	
	.fb-log p
{        color: white;
    padding: 8px 0px;
	}
.login-help a{color:red;text-decoration:none;}
.login-help a:hover{text-decoration:underline;}
:-moz-placeholder{color:#c9c9c9 !important;font-size:13px;}
::-webkit-input-placeholder{color:#ccc;font-size:13px;}
input{font-family:'Lucida Grande', Tahoma, Verdana, sans-serif;font-size:14px;}
input[type=text], input[type=password]{margin: 5px 0px;
                                       
    padding: 0 10px;
    width: 100%;
    height: 34px;
    color: #404040;
    background: white;
    border: 1px solid;
    border-color: #ddd #ddd #ddd;
    border-radius: 4px;
}
input:-ms-input-placeholder{color:#ccc;}
input[type=text]:focus, input[type=password]:focus{border-color:#7dc9e2;outline-color:#dceefc;outline-offset:0;}
input[type=submit]{
    padding: 0 18px;
    height: 29px;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    border-radius: 16px;
   
}
.dropdown1{margin:15px 0px;padding:0 10px;width:100%;height:34px;color:#404040;background:white;border:1px solid;border-color:#c4c4c4 #d1d1d1 #d4d4d4;border-radius:2px;outline:5px solid #eff4f7;-moz-outline-radius:3px;-webkit-box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.12);box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.12);}
input[type=submit]:active{background:#cde5ef;border-color:#9eb9c2 #b3c0c8 #b4ccce;-webkit-box-shadow:inset 0 0 3px rgba(0, 0, 0, 0.2);box-shadow:inset 0 0 3px rgba(0, 0, 0, 0.2);}
.RadioButtonList{}
.lt-ie9 input[type=text], .lt-ie9 input[type=password]{line-height:34px;}
.reg{text-align:center;background:#12d89b;padding:10px;color:white;box-shadow:2px 2px 2px #000;}
.reg a{padding:0px 10px;color:black;}
.reg a:hover{transition:color .5s ease;padding:0px 10px;color:red;}
r .5s ease;padding:0px 10px;color:red;}
r .5s ease;padding:0px 10px;color:red;}
.hr-text 
{
	   color: #000;
    margin-left: 25px;
    margin-right: 25px;
    background:#fff;
    }
    .hr-inline {
    -webkit-box-flex: 1;
    width: 20%;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 1px;
    background: #12d89b;
    width: initial !important;
    border: 0;
    margin-top: auto;
    margin-bottom: auto;
    }
    
    .hr-container {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    line-height: 0;
      margin-top: 0em;
    margin-bottom: 0em;
}