﻿.login-img {
    background: #00cc88;
    background-size: cover;
    background-repeat: no-repeat;
    height: 24pc;
}

.login-header {
    font-size: 25px;
    font-weight: 100;
    color: #03A9F4;
}

.login-label {
    color: #000;
    margin-bottom: 0;
    font-size: 14px;
    display: block;
}

.modal-login {
    overflow: hidden;
    border-radius: 5px;
}

.help-block {
    float: none;
}

.div-loginbtn {
    margin-top: 10px;
}

.login-group {
    margin-bottom: 10px;
}

.login-control {
    outline: none;
    font-size: 1em;
    color: #626262;
    padding: 10px 10px 10px 30px;
    margin: 0;
    width: 91%;
    border: none;
    border-bottom: 2px solid #aaaaaa;
    -webkit-appearance: none;
    font-family: 'Open Sans', sans-serif;
}

    .login-control:focus {
        border-bottom: 2px dashed rgba(87, 86, 87, 0.83);
    }

.input-login {
    position: relative;
}

    .input-login > i {
        color: #000;
        display: block;
        position: absolute;
        margin: 12px 2px 4px 0px;
        z-index: 3;
        width: 16px;
        font-size: 19px;
        text-align: center;
    }


.no-margin {
    margin: 0px !important;
}

.btn-login {
    background-color: #03A9F4;
    padding: 5px;
    border: 0px;
    color: #fff;
    border-radius: 5px;
    width: 100px;
    box-shadow: 4px 4px 5px #dedcdc;
}

    .btn-login:hover {
        background-color: #009fe6;
    }

.btn-register {
    background-color: #ff7474;
    padding: 5px;
    border: 0px;
    color: #fff;
    border-radius: 5px;
    width: 100px;
    box-shadow: 4px 4px 5px #dedcdc;
}

    .btn-register:hover {
        background-color: #ff5959;
    }

.forgot-label {
    display: block;
    margin-top: 10px;
}

.btn-close-modal {
    margin-top: 5px;
}

.div-login-content {
    padding: 10px;
    padding-right: 0px;
}

.btn-resendotp {
    background-color: #55bbeb;
    padding: 5px;
    border: 0px;
    color: #fff;
    border-radius: 5px;
    width: 100px;
    box-shadow: 4px 4px 5px #dedcdc;
}


.lab-title {
    font-size: 19px;
    font-weight: 600;
    color: #474747;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.div-blue {
    background-color: #f4fcff;
    padding: 20px 10px;
    border-radius: 5px;
    text-align: left;
}