.logo a #logo_txt {
    font-size: 30px;
    font-weight: bold;
    color: #0071bb;
    text-decoration: none;
    text-transform: uppercase;
}
.logo a:hover {
    text-decoration: none;
}


.gt_rght {
    float: right;
}
.c_name {
    display: block;
}
.c_name a i {
    color: #0071bb!important;
    margin-right: 0px!important;
}
.c_name a {
    padding: 8px 10px!important;
    border-radius: 20px!important;
    text-transform: uppercase!important;
    font-size: 12px!important;
    border: 1px solid #0071bb!important;
    color: #0071bb!important;
}
.c_name a:hover {
    background: #0071bb;
    color: #fff!important;
}
.emplLog {
    width: 100%;
    height: 100%;
    background: #333;
}
.mngLog {
    width: 100%;
    height: 100%;
    background: #333;
}

.login-container{
    margin-top: 5%;
    margin-bottom: 5%;
}
.login-logo{
    position: relative;
    margin-left: -41.5%;
}
.login-logo i {
    position: absolute;
    width: 20%;
    font-size: 50px;
    margin-top: 40%;
    background: #0792ec;
    border-radius: 50%;
    padding: 5%;
    color: #fff;
    margin-left: -20px;
}
.login-form-1{
    padding: 10%;
    background: #0071bb;
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 9px 26px 0 rgba(0, 0, 0, 0.19);
    cursor: pointer;

    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.login-form-1 h3,
.login-form-2 h3{
    text-align: center;
    margin-bottom: 12%;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-style: italic;
}
.login-form-2{
    padding: 10%;
    background: #0484d8;
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 9px 26px 0 rgba(0, 0, 0, 0.19);
    cursor: pointer;

    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}


/* ON BOARDING */
.card {
	border: 1px solid transparent!important;
}
.card-header:first-child {
    border-radius: 2px;
    background: #0071bb;
    color: #fff;
    font-size: 15px;
    font-style: normal;
}
.card-body {
    padding: 10px 0;
    margin: 0;
    text-align: justify;
    background: transparent!important;
    border: 1px solid #fff!important;
    font-size: 14px;
    font-weight: normal;
}

input {
    border-radius: 20px!important;
}