﻿@import url(../ITC_font/itc_webfont.css);
@import url(../ITC_font/itc_interfont.css);


body {
    font-family: 'Plus Jakarta Sans', sans-serif;
    background: url(../images/ItcLoginBackground.png);
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 100vh;
    position: relative;
}

.ITC-header {
    border-bottom: 1px solid #E4E4E4;
    background: #FEFEFE;
    overflow: visible;
    padding: 0px;
}

.ITC-container {
    padding-left: 64px;
    padding-right: 64px;
}

.ITC-header .navbar-expand-md {
    padding: 16px 0px;
    justify-content: space-between;
}

.ITC-header .nav-logo {
    margin-right: 36px;
}

.navigation .navbar-nav .nav-item {
    padding: 12px 28px;
    position: relative;
}

    .navigation .navbar-nav .nav-item .nav-link {
        color: #191A15;
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: 155.556%;
        padding: 0px;
        cursor: pointer;
    }

.header-trial {
    justify-content: end;
    display: flex;
}

.ITC-header .navigation {
    justify-content: space-between
}

.ITC-header .dropdown-toggle::after {
    display: none;
}

.ITC-header .dropdown-icon {
    margin-top: -3px;
}

.navbar-collapse .ITC-Dropdown {
    top: 68px;
    left: -100px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    background: #FFF;
    box-shadow: 0px 20px 25px -5px rgba(16, 24, 40, 0.04), 0px 8px 10px -6px rgba(16, 24, 40, 0.06);
}

.ITC-number-dropdown {
    display: block;
    top: -1px;
    left: 304px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    background: #FFF;
    box-shadow: 0px 20px 25px -22px rgba(16, 24, 40, 0.04), 0px 8px 10px -6px rgba(16, 24, 40, 0.06);
}

.navigation .dropdown-menu {
    padding: 12px 16px;
    margin-top: 0px;
}

    .navigation .dropdown-menu .dropdown-item {
        color: #191A15;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: 155.556%;
        margin-bottom: 10px;
    }

    .navigation .dropdown-menu li:last-child .dropdown-item {
        margin-bottom: 0px;
    }

    .navigation .dropdown-menu .dropdown-item:active {
        background-color: #f8f9fa;
    }

.dropdown-right-icon {
    transform: rotate(270deg);
    margin-top: -2px;
}

#ITC-number-list .dropdown-item:hover .dropdown-right-icon {
    transform: rotate(90deg);
}

.navbar-toggler {
    font-size: 16px;
    padding: 4px;
}

/* Signin page css */

.dropdown-menu.ITC-contact-Dropdown {
    position: absolute;
    width: 550px;
    top: 50px;
    right: 0;
    left: auto;
    border: none;
    border-radius: 5px;
    background: var(--base-white, #FFF);
    box-shadow: 0px 10px 15px -3px rgba(16, 24, 40, 0.10), 0px 4px 6px -4px rgba(16, 24, 40, 0.10);
    padding: 18px;
}

.ITC-signin-header .navbar-collapse {
    justify-content: flex-end;
}

.Contact-callus-txt {
    color: var(--gray-700, #272D37);
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px; /* 140% */
    letter-spacing: -0.4px;
    display: block;
}

.Contact-infotxt {
    color: var(--gray-700, #272D37);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
    letter-spacing: -0.1px;
    display: block;
    padding-top: 12px;
}

.font-weight {
    font-weight: 600;
    padding-top: 8px;
}

.contact-left-dropdown {
    float: left;
    width: 50%;
    text-align: left;
}

.Itc-LoginBg {
    padding-top: 150px;
    padding-bottom: 90px;
}

.Itc-LoginHeading {
    color: var(--gray-700, #272D37);
    font-size: 32px;
    font-weight: 700;
    line-height: 93.75%;
    letter-spacing: -0.32px;
    text-align: center;
}

.Itc-LoginBox {
    width: 426px;
    padding: 32px;
    gap: 32px;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 8px 40px 0px rgba(23, 31, 70, 0.08);
    margin: 0 auto;
}

.Itc-MB32 {
    margin-bottom: 24px;
}

.Itc-MB28 {
    margin-bottom: 28px;
}

.Itc-LoginForm {
    width: 100%;
}

.Itc-form-group {
    position: relative;
}

.Itc-LoginBox .form-control {
    padding: 9px 16px 9px 12px;
    border-radius: 5px;
    border: 1px solid var(--neutral-700, #DAE0E6);
    background: var(--base-white, #FFF);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.04);
    color: var(--gray-700, #272D37);
    font-family: Inter;
    font-size: 15px;
    font-weight: 400;
    line-height: 146%;
    letter-spacing: -0.1px;
    padding-left: 42px;
}

    .Itc-LoginBox .form-control::placeholder {
        color: var(--gray-25, #919BA7);
    }

/*.Itc-LoginBox .Itc-MailInput {*/
   /* background-image: url('../images/ITC-mail-icon.svg');*/
    /*background-size: 22px 22px;
    background-repeat: no-repeat;
    background-position: 12px center;
}*/

/*.Itc-LoginBox .Itc-extInput {*/
   /* background-image: url('../images/ext.svg');*/
    /*background-size: 22px 22px;
    background-repeat: no-repeat;
    background-position: 12px center;
}*/

/*.Itc-LoginBox .Itc-PasswordInput {*/
   /* background-image: url('../images/ITC-lock-icon.svg');*/
    /*background-size: 22px 22px;
    background-repeat: no-repeat;
    background-position: 12px center;
}*/
.ITC-changePass .ITC-InputImg {
    left: 0;
    top:0;
}
.Itc-check .Itc-custm-checkbox {
    margin-bottom: 0;
    display: block;
    position: relative;
    cursor: pointer;
    font-size: 14px;
    width: 16px;
    height: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-left: 0px;
}

/*.Itc-custm-checkbox .Itc-checkitem {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}*/

.Itc-custm-checkbox .Itc-checkmark {
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../images/ITC-checkgray.svg);
    width: 16px !important;
    height: 16px !important;
    background-repeat: no-repeat;
    background-color: transparent;
    border: none;
    box-shadow: none;
}

.Itc-check {
    gap: 8px;
}

.Itc-custm-checkbox input:checked ~ .Itc-checkmark::after {
    display: block;
}

.Itc-custm-checkbox .Itc-checkmark::after {
    width: 16px;
    height: 16px;
    content: "";
    position: absolute;
    background-image: url(../images/ITC-checkgreen.svg);
    background-repeat: no-repeat;
    display: none;
    top: 0px;
    left: 0px;
    -webkit-transform: unset;
    border: none;
}

.Itc-remember {
    color: var(--character-title-85, rgba(0, 0, 0, 0.85));
    font-family: Inter;
    font-size: 14px;
    font-weight: 500;
    line-height: 171%;
}

.Itc-forgotpass {
    color: #0575E6;
    font-family: Inter;
    font-size: 14px;
    font-weight: 500;
    line-height: 143%;
    letter-spacing: -0.1px;
    cursor: pointer;
}

.Itc-submitbtn {
    width: 100%;
    padding: 10px 16px;
    border-radius: 5px;
    background: #1CAE73;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.04);
    color: var(--base-white, #FFF);
    font-family: Inter;
    font-size: 14px;
    font-weight: 600;
    line-height: 143%;
    outline: none;
    border: none;
}

.Itc-bottomLoginText, .Itc-bottomEmailText {
    color: var(--character-title-85, rgba(0, 0, 0, 0.85));
    font-family: Inter;
    font-size: 14px;
    font-weight: 500;
    line-height: 171%;
    top: 0px;
}
.Itc-bottomEmailText {
    font-size: 16px;
}


.ITC-InputImg {
    position: absolute;
    /* top: 50%;
    transform: translateY(-50%);
    margin-left: 12px;*/
    margin-left: 12px;
    margin-top: 10px;
}
/*input:-internal-autofill-selected {*/
/* Reset appearance */
/*appearance: none;*/
/* Reset background image and color */
/*background-image: url('../images/ITC-mail-icon.svg') !important;
    background-color: initial;*/
/* Reset text color */
/*color: initial;
}*/
.Itc-pbxText {
    color: #0575E6;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 143%;
    letter-spacing: -0.1px;
    margin-left: 7px;
    text-decoration: none;
    cursor:pointer;
}

.Itc-copyright {
    width: 100%;
    color: var(--grey-60, rgba(0, 0, 0, 0.60));
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    text-align: center;
    margin-top:40px;
    position: absolute;
    bottom: 0px;
    /*  transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);*/
}


input::-ms-reveal, input::-ms-clear {
    display: none;
}

.ITC-signin .Itc-signeye, .ITC-changePass .Itc-signeye {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.ITC-signin .Itc-PasswordInput, .ITC-changePass .form-control {
    padding-right: 40px;
}

/* Forgot Password */
.Itc-FormHead {
    color: var(--gray-700, #272D37);
    font-family: Inter;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 136%;
    letter-spacing: -0.22px;
}

.Itc-resetlink {
    color: var(--gray-50, #5F6D7E);
    font-family: Inter;
    font-size: 13px;
    font-weight: 400;
    line-height: 138%;
    letter-spacing: -0.1px;
    display: block;
    margin-top: 6px;
}
/* Change password */
.Itc-MB24 {
    margin-bottom: 24px;
}

.ITC-changePass .form-control {
    padding-left: 12px;
}

.Text-Decoration {
    text-decoration: none;
}

.ITC-contact-Dropdown {
    color: var(--b, #191A15);
    text-align: right;
    font-family: Plus Jakarta Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px; /* 155.556% */
}

#CustomDropdown {
    cursor: pointer;
}
.contact-right-dropdown .Contact-infotxt {
    color: #4a90e2;
}
.navbar-brand {
    cursor: pointer;
}
/*Responsive css*/
@media(max-width: 1600px) {
    .container {
        max-width: 85%;
    }

    .ITC-header .navbar-expand-md {
        padding: 8px 0px;
    }

    .Itc-LoginBg {
        padding-top: 100px;
    }
}

@media(max-width: 1440px) {
    .Itc-LoginBg {
        padding-top: 60px;
    }
    .Itc-copyright {
        margin-bottom: 30px;
    }
}

@media(max-width: 768px) {
    .contact-left-dropdown {
        float: none;
        width: 100%;
    }

    .dropdown-menu.ITC-contact-Dropdown {
        width: 280px;
    }

    .Contact-callus-txt {
        font-size: 18px;
    }

    .contact-right-dropdown {
        padding-top: 20px;
    }
}

@media (max-width: 550px) {
    .ITC-container {
        padding-left: 16px;
        padding-right: 16px;
    }
    /*Login-screens*/
    .Itc-LoginContainer {
        max-width: 100%;
    }

    .Itc-Login-Main {
        width: 98%;
    }

    .Itc-LoginHeading {
        font-size: 26px;
    }

    .Itc-LoginBox {
        width: 90%;
        padding: 28px;
    }

        .Itc-LoginBox .form-control {
            font-size: 14px;
        }

    .Itc-FormHead {
        font-size: 20px;
    }

    .Itc-remember, .Itc-forgotpass, .Itc-submitbtn, .Itc-bottomLoginText, .Itc-pbxText {
        font-size: 13px;
    }

    .Itc-forgotpass {
        line-height: 171%;
    }

    .Itc-copyright {
        font-size: 15px;
    }

    .nav-logo img {
        width: 80%;
    }
    .box_Out{
        width:90%;
    }
}