@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css");


@font-face {
    font-family: 'montserratbold';
    src: url('../fonts/montserrat-bold-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'montserratsemibold';
    src: url('../fonts/Montserrat-SemiBold.woff2') format('woff2'),
        url('../fonts/Montserrat-SemiBold.woff') format('woff');
    font-style: normal;
}

@font-face {
    font-family: 'montserratextrabold';
    src: url('../fonts/montserrat-extrabold-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-extrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'montserratlight';
    src: url('../fonts/montserrat-light-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'montserratmedium';
    src: url('../fonts/montserrat-medium-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'montserratregular';
    src: url('../fonts/montserrat-regular-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'montserratthin';
    src: url('../fonts/montserrat-thin-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-thin-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




body{
    font-family: 'montserratregular';
}
h1,h2{
    font-family: 'montserratextrabold';
    font-weight: normal;
}
h3,h4{
    font-family: 'montserratbold';  
}
::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-thumb {
    background: linear-gradient(to right, rgb(1 160 228), rgb(84 204 255));
}
::-webkit-scrollbar-track {
    background: #dedede;
}

a:hover {
    text-decoration: none;
}

.mob-view-only{
    display: none;
}

/*Login CSS*/
.left-side{
    width: 50%;
    float: left;
    position: relative;
}
.left-side .login-bg {
    position: relative;
    height: 100vh;
    width: 100%;
    object-fit: cover;
}

.right-side{
    width: 50%;
    float: right;
}
.crm-right-text {
    position: absolute;
    left: 0;
    right: 0;
    top: 40%;
}
.login-heading {
    font-size: 2.4rem;
    font-family: 'montserratextrabold';
    color: #fff;
}
.login-heading span{
    color: #ff9c00;
}
.sub-heading {
    color: #575757;
    font-family: 'montserratbold';
}
.head-hr-line{
    border-bottom: 1px dashed #d5d5d5;
    padding-bottom: 10px;
}
.login{
    display: flex;
    align-items: center;
    background: url('../images/right-corner.png');
    background-repeat: no-repeat;
    background-position: bottom;
    background-position-x: right;
}
.login-with{
    border-bottom: 1px dashed #ccc;
    margin-bottom: 15px;
    padding-bottom: 10px;
}
.login-form form{
    padding: 0 100px;
}

.login-social-icons a.fb-color {
    background: #4267b2;
}
.login-social-icons a.google-color {
    background: #ea4335;
}
.login-social-icons a {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    color: #fff;
    margin: 0 4px;
}
.login-form .form-control{
    height: 45px;
    border-radius: 0;
    padding-left: 40px;
}
.login-form .form-select{
    height: 45px;
    border-radius: 0;
    padding-left: 40px;
}
.input-box{
    position: relative;
}
.input-box i{
    position: absolute;
    top: 15px;
    left: 15px;
    color: #ff9c00;
}
.white-logo{
    width: 250px;
}

.card-heading{
    font-family: 'montserratmedium';
    font-size: 1.1rem;
    color: #ff9c00;
}
.common-heading span {
    color: #ff9c00;
}
.common-heading {
    font-size: 1.7rem;
}
.hr-line {
    width: 80px;
    margin: 0 auto;
    height: 4px !important;
    background: #ff9c00;
    opacity: 1;
    margin-top: 5px;
}
.common-square-btn {
    padding: 8px 30px;
    color: #fff;
    background: #ff9c00;
    text-decoration: none;
    border: 1px solid #ff9c00;
    transition: 0.3s;
    display: inline-block;
}
.common-square-btn:hover {
    background: transparent;
    color: #ff9c00;
}
.common-dark-btn {
    padding: 8px 30px;
    color: #fff;
    background: #0b5f87;
    text-decoration: none;
    border: 1px solid #0b5f87;
    transition: 0.3s;
    display: inline-block;
}
.common-dark-btn:hover {
    background: transparent;
    color: #0b5f87;
}
.text-blue {
    text-decoration: none;
    color: #ff9c00;
    display: inline-block;
    font-family: 'montserratmedium';
}
.login-logo{
    display: inline-block;
}
.login-logo img{
  width: 250px;
  margin-bottom: 20px;
}
.common-list {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: .9rem;
}
.common-list li {
    list-style: none;
    margin: 0;
    color: #575757;
    border-bottom: 1px dashed #ccc;
    padding: 7px 0;
    position: relative;
}
.common-list li:before {
    content: "\f14a";
    font-family: "Font Awesome 5 Free";
    background: transparent;
    border: 2px solid transparent;
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    color: #ff9c00;
    left: 0;
    top: -2px;
}
footer {
    color: #dedede;
    font-size: 16px;
    padding-top: 40px;
    font-family: 'montserratregular';
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.copyright {
    background: #002d40;
    text-align: center;
    line-height: 56px;
}
footer p {
    text-align: center;
    color: #dedede;
    margin-bottom: 0;
}

/*For Mobile Screens*/
@media only screen and (max-width: 767px) {
    .left-side {
        width: 100%;
        float: none;
    }
    .right-side {
        width: 100%;
        float: none;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .login {
        display: flex;
        flex-direction: column-reverse!important;
    }
    .login-heading {
        font-size: 1rem;
        padding: 0 15px;
    }
    .left-side .login-bg {
        height: auto;
    }
    .login-form form {
        padding: 0 20px;
    }
    .login-logo {
        margin-top: 0;
        display: inline-block;
    }
    .desktop-view-only{
        display: none;
    }
}