﻿.login_box {
    width: 550px;
    box-shadow: 0px 0px 15px #e6e6e6;
    padding: 50px 50px 35px;
    margin: 0 auto;
    margin-top: 15vh;
    background: #fff;
    position: relative;
    min-height:262px;
}

    .login_box .form-control {
        border-radius: 30px;
        height: 40px;
        background: none;
        z-index: 5;
        padding-left:40px;
    }

.title_heading {
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    color: #194789;
}

.npad {
    padding: 0px;
}

.icon_img {
    position: absolute;
    left: 12px;
    top: 7px;
}

.extra_feature label {
    font-size: 13px;
    font-weight: normal;
    color: #8d8d8d;
}

.extra_feature input {
    border: solid 1px #ccc;
    background: #fff;
    width: 15px;
    height: 15px;
    position: relative;
    top: 3px;
    margin-right: 4px;
    left: 2px;
}

.form-label-group {
    position: relative;
    margin-bottom: 1.5rem;
}

    .form-label-group > input,
    .form-label-group > label {
        height: 3.125rem;
        padding: .75rem;
        padding-left: 40px;
    }

    .form-label-group > label {
        position: absolute;
        top: 0;
        left: 0px;
        display: block;
        width: 100%;
        margin-bottom: 0; /* Override default `<label>` margin */
        line-height: 1.5;
        pointer-events: none;
        cursor: text; /* Match the input under the label */
        border: 1px solid transparent;
        border-radius: .25rem;
        transition: all .1s ease-in-out;
        font-weight: normal;
        color: #8d8d8d;
    }

.btn_login {
    background: #337ab7;
    padding: 10px 15px;
    color: #fff;
    border-radius: 30px;
    min-width: 120px;
    display: block;
    text-align: center;
    transition: 0.2s all;
    border: solid 1px #fff;
    margin-bottom: 5px;
    width: 100%;
}

    .btn_login:hover, .btn_login:focus {
        /* box-shadow: 0px 4px 3px #999;*/
        color: #333;
        text-decoration: none;
        transition: 0.2s all;
        background: #fff;
        border: solid 1px #ccc;
    }

.link_item {
    display: block;
    /* clear: both; */
    font-size: 13px;
    text-align: center;
    min-width: 120px;
}

/*.form-label-group input::-webkit-input-placeholder {
    color: transparent;
}

.form-label-group input:-ms-input-placeholder {
    color: transparent;
}

.form-label-group input::-ms-input-placeholder {
    color: transparent;
}

.form-label-group input::-moz-placeholder {
    color: transparent;
}

.form-label-group input::placeholder {
    color: transparent;
}

.form-label-group input:not(:placeholder-shown) {
    padding-top: 1.25rem;
    padding-bottom: .25rem;
}*/

    /*.form-label-group input:not(:placeholder-shown) ~ label {
  padding-top: .25rem;
  padding-bottom: .25rem;
  font-size: 12px;
  color: #777;
  font-weight: normal;
}
*/
    /*.form-label-group input:not(:placeholder-shown) ~ label {
        padding-top: 0px;
        padding-bottom: 0px;
        font-size: 12px;
        color: #66afe9;
        top: -10px;
        font-weight: normal;
        background: #fff;
        width: auto;
        padding: 2px 5px;
        left: 36px;
        height: 24px;
        border-radius: 15px;
    }*/
/* Basic Style */
.form-group {
    position: relative;
}

    .form-group label {
        height: 44px;
        padding-top: 16px;
        padding-left: 40px;
    }

    .form-group.focused label {
        font-size: 12px;
        left: 35px;
        opacity: 1;
        position: absolute;
        top: -8px;
        background: #fff;
        transition: all 0.2s ease-in-out;
        padding: 0px 5px;
        color: #337ab7;
        border-radius: 10px;
        font-weight: normal;
        display:inline-block;
        height: 18px;
    }

    /*.form-group.focused label {
        color: rgb(255, 0, 0);
    }*/

    /* Custom Styles */
    .form-group.form-group-textarea {
        background-color: rgb(255, 255, 255);
        border-radius: 1px;
        box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
        margin: 20px 15px;
        padding: 10px 0px 2px;
        position: relative;
    }

        .form-group.form-group-textarea textarea {
            height: 34px;
            resize: none;
        }

        .form-group.form-group-textarea label {
            color: rgb(160, 160, 160);
            font-family: 'Roboto', sans-serif;
            font-size: 12px;
            font-weight: 500;
        }

        .form-group.form-group-textarea .form-control {
            border-radius: 0px;
            border-width: 0px;
            box-shadow: none;
        }

    

    /* Positioning */
    .form-group label {
        padding-top: 6px;
        padding-left: 40px;
    }

    .form-group label {
        opacity: 0;
        top: 18px;
        display:none;
    }

.btn_login {
    background: #337ab7;
    padding: 10px 15px;
    color: #fff;
    border-radius: 30px;
    min-width: 120px;
    display: block;
    text-align: center;
    transition: 0.2s all;
    border: solid 1px #fff;
    margin-bottom: 5px;
    width: 100%;
}

    .btn_login:hover, .btn_login:focus {
        /* box-shadow: 0px 4px 3px #999;*/
        color: #333;
        text-decoration: none;
        transition: 0.2s all;
        background: #fff;
        border: solid 1px #ccc;
    }

.link_item {
    display: block;
    /* clear: both; */
    font-size: 13px;
    text-align: center;
    min-width: 120px;
}
/*--for login header logo center--*/
@media (min-width:992px) {
    .navbar-header .col-md-2 img {
        position: relative;
        left: -50px;
    }
}
/*--for login header logo center--*/
.extra_feature input {
    border: solid 1px #ccc;
    background: #fff;
    width: 15px;
    height: 15px;
    position: relative;
    top: 2px;
    margin-right: 4px;
    left: 2px;
}

.extra_feature span {
    font-size: 13px;
    font-weight: normal;
    color: #8d8d8d;
}

/*.asterisk {
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 9px;
    color: #fb0505;
}*/


.btn_login:focus {
    outline: none;
}
.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
    font-size: 16px;
}
@media (max-width:600px) {
    .login_box {
        max-width: 98%;
    }
    .perfect-centering {
        position: static;
        transform: none;
    }
    }
    }