﻿
/**Login  style starts**/
.isc-left-log-cont {
    width: 100%;
    height: calc(100vh - 43px);
    background-image: linear-gradient(to bottom, rgba(69, 164, 236, 0.3), transparent);
    text-align: center;
    padding: 20% 0px;
    position: relative;
}

img.login-img1 {
    width: 220px;
}

.isc-left-log-cont p {
    margin: 0px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    padding: 10px;
}

.isc-left-log-cont h5 {
    margin: 0px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    padding: 10px;
    position: absolute;
    bottom: 180px;
    text-align: center;
}

.isc-left-log-cont p span {
    margin: 0px;
    font-size: 11px;
    line-height: 20px;
    font-weight: 400;
    display: block;
}

.isc-rgt-log-cont {
    background-color: #fff !important;
    height: calc(100vh - 0px);
    overflow-y: hidden;
}

.isc-login-bg {
    left: 57%;
    width: 35%;
}

.isc-app-logo {
    margin: 0 auto;
    /* text-align: center; */
    font-size: 19px;
    color: #12B2E4;
    /* width: 100%; */
    display: inline-block;
}

.isc-login-con h1 {
    /* text-align: center; */
    font-size: 21px;
    display: inline-block;
}

.isc-login-act h1 {
    font-size: 14px;
    color: #1589ee;
    font-weight: 500;
    cursor: pointer;
}

.isc-login-details-con h5 {
    margin: 15px 0px;
    font-size: 13px;
    line-height: 22px;
    font-weight: 400;
    color: #525252;
}

    .isc-login-details-con h5 span {
        color: #1589ee;
    }


.isc-left-log-cont h5 {
    margin: 0px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    padding: 10px;
    position: absolute;
    bottom: 0px;
    text-align: center;
}


.login .content h3.form-title {
    text-align: left;
    font-size: 21px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 500;
    color: #000;
    margin-bottom: 10px;
}

.isc-mar-top-10Per {
    margin-top: 4%;
}

label.control-label {
    font-weight: 400 !important;
    font-size: 16px;
    margin: 5px 0;
    color: #1589ED !important;
}

.login .input-icon > .form-control {
    border-top: 1px solid #fff !important;
    border-left: 1px solid #fff !important;
    border-right: 1px solid #fff !important;
    border-radius: 0px !important;
    margin: 0px 0px 0px 0px;
    padding: 0 0 0px 5px !important;
    border-bottom: 1px solid #ebedf2 !important;
}

.login .content .form-actions {
    padding: 0px 30px 0px 32px;
}

    .login .content .form-actions .checkbox {
        margin-top: 0px;
        display: inline-block;
        margin-left: 20px;
    }

.isc-link-btn a {
    color: #1589ee !important;
}

.login .sky.btn {
    color: white;
    background-color: #45A6DB;
    padding: 15px 35px;
    background-color: #1589ee;
    color: #fff;
    padding: 9px;
    border-radius: 4px !important;
    text-align: center;
    margin: 0 auto;
    display: block;
    width: -webkit-fill-available;
    font-size: 16px;
    box-shadow: none;
}

.isc-pad-ad {
    padding: 5px 0px 0px 0px;
    padding-bottom: 3%;
}

body {
    overflow-y: auto !important
}

.isc-dis-flx {
    display: flex;
    justify-content: center;
}
/**Login  style ends**/

