/* Login Page CSS --- Form */

/*@font-face {
    font-family: CircularStd-Book;
    src: local("F:/clientname/UITools/CustomFonts/clientname/CircularStd-Book.otf");
}*/

body {
	font-family: CircularStd-Book, sans-serif ;
    padding-top: 0 !important;
}

.brandlogo {
    padding: 0 !important;
}

div#header, #sidebar.sidebar, .breadcrumb, #progress-back, #controls-wrapper, #chatBotBtn, .ui-datepicker {
    display: none !important;
}

#page-container #content {
    margin-left: 0 !important;
}

#content .spinner {
    left: 0 !important;
    background: rgba(255, 255, 255, 0.9) !important;
}

.hide {
    display: none !important;
}
/*Choose your role*/
.ChooseRolList .logo-section {
    padding: 20px;
    background: #9fa0b2;
}
.spread-heading {
    text-transform: uppercase;
    margin-top: 40px;
    letter-spacing: 10px;
}
.ChooseRolList .container-fluid {
    position: relative;
    z-index: 5;
    height: 100vh;
    background: #2a2559;
    background-size: cover;
   
}

.ChooseRolList .roles {
    background-color: transparent !important;
    white-space: normal;
}
.ChooseRolList .roles:focus {
    outline:none;
}
/*.ChooseRolList .roles:hover, .ChooseRolList .roles:focus,
.ChooseRolList .roles:hover .circle.circle-xl, .ChooseRolList .roles:focus .circle.circle-xl {
    color: #ffffff;
    border-color: #ffffff;
}*/
.absolute-top-right {
    position: absolute;
    top: 60px;
    right: 60px;
}

.ChooseRolList .circle.circle-xl {
    width: 50px;
    height: 50px;
    padding: 10px 15px;
	font-family: CircularStd-Book, sans-serif ;
    font-size: 24px;
    line-height: 1.1;
    border-radius: 35px;
    display: inline-block;
    color: #4cb3d8;
    border: 1px solid #4cb3d8;
    text-align: center;
}

.ChooseRolList .login-poweredby-box a {
    /*color: #ffffff;*/
}

    .ChooseRolList .login-poweredby-box a:hover, .ChooseRolList .login-poweredby-box a:focus {
        color: #4cb3d8;
    }

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.SolutionDesigner, .Solution, .Learner, .Admin, .Supervisor, .Incharge, .Instructor, .Student, .new-role-img {
    width: 130px;
    height: 130px;
    border-radius: 100px;
}
.role-icon {
    width: 140px;
    height: 140px;
    border: 8px solid transparent;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
    .role-icon:hover {
        border: 8px solid #ffffff;
        border-radius: 50%;
        cursor:pointer;
    }
    .role-label {
    margin-top: 20px !important;
}
.Learner, .Student {
    /*background-image: url(../images/role/banyanpro-learner.svg);*/
    background-image: url(../images/role/Learner.svg);
}

.SolutionDesigner, .Solution, .Instructor {
    /*background-image: url(../images/role/banyanpro-sd.svg);*/
    background-image: url(../images/role/Solution-Designer.svg);
}

.Supervisor {
    background-image: url(../images/role/Supervisor.svg);
}

.Admin {
    background-image: url(../images/CR-Admin.png);
}

.Incharge {
    background-image: url(../images/CR-Incharge.png);
}

.new-role-img {
    background-image: url(../images/role/banyanpro-st.svg);
}

.cr-bg {
    border: 8px solid rgba(255, 0, 0, 0);
    border-radius: 50%;
    padding: 7px;
}

/*.roles:hover .cr-bg, .roles.active .cr-bg {
   border-color: rgba(255, 255, 255, 0.7);
    margin: 0 auto;
    width: 130px;
    height: 130px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}*/


/*.roles[disabled]:hover .cr-bg {
    border-color: transparent;
    width: inherit;
    height: inherit;
    -webkit-transition: unset;
    -moz-transition: unset;
    -o-transition: unset;
    transition: unset;
}*/

.roles:hover .role-name {
    /*font-size: 16px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;*/
}

.roles[disabled]:hover .role-name {
    font-size: inherit;
}

.mx-auto {
    margin: 0 auto;
}
/*Full BG - carousel style*/
#mycarousel {
    position: absolute;
    top: 0;
    width: 100%;
    display: block;
}

.bg-img {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    right: 0;
    left: 0;
    /*background-image: url('/UITools/custom/images/banyan-default-landing.jpg');*/
    background-size: cover;
}

    .bg-img .overlay {
        background-image: linear-gradient(to top right,rgba(197, 197, 197, 0.31),#4cb3d8);
        /*background-color:#000;*/
        opacity: 0;
    }


#mycarousel .carousel-inner .item {
    height: 100vh !important;
}

.carousel-control, .carousel-control:focus, .carousel-control:hover,
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}

.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

    .carousel-fade .carousel-inner .next,
    .carousel-fade .carousel-inner .prev,
    .carousel-fade .carousel-inner .active.left,
    .carousel-fade .carousel-inner .active.right {
        left: 0;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

.login_heading {
    text-align: center;
    color: #333333; /*#fff*/
    padding: 1px 10px 14px 10px;
}

    .login_heading h4 {
		font-family: CircularStd-Book, sans-serif ;
        font-size: 22px;
    }

.btn-off {
    color: #ffffff;
    padding: 5px 9px;
	font-family: CircularStd-Book, sans-serif ;
    font-size: 14px;
    border-radius: 100px;
    background-color: rgba(255, 255, 255, 0.2);
    align-items: center;
    border: 1px solid #dedede;
}

    .btn-off:hover {
        transition: all 250ms ease;
        color: #f10303;
    }

.form {
    position: relative;
    z-index: 5;
    background: rgba(0, 0, 0, 0.70);
    max-width: 400px;
    margin: 6% auto 0;
    padding: 30px;
    border-radius: 3px;
    text-align: center;
}

.form1 {
    position: fixed;
    z-index: 1;
    background: rgba(0, 0, 0, 0.70);
    max-width: 300px;
    padding: 30px;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100vh;
    border-radius: 3px;
    text-align: center;
}

    .form .thumbnail, .form1 .thumbnail {
        background: #ffb606;
        width: 150px;
        height: 150px;
        margin: 0 auto 30px;
        padding: 50px 30px;
        border-radius: 100%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

        .form .thumbnail img, .form1 .thumbnail img {
            display: block;
            width: 100%;
        }

    .form input, .form1 input {
        outline: 0;
        width: 100%;
        padding: 10px;
        border-radius: 3px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
		font-family: CircularStd-Book, sans-serif ;
        font-size: 14px;
        border: 1px solid #ccc;
    }

input[type="text"], input[type="password"] {
    background: rgba(255, 255, 255, 0.32) /*rgba(16, 16, 16, 0.32)*/ !important;
    border: 1px solid #cccccc !important; /*#5d5d5d*/
    color: #808080 !important; /*#fff*/
    height: 45px !important;
    margin: 0 0 20px;
}

    input[type="text"]:focus, input[type="password"]:focus {
        background: #f2f2f2 !important; /*#232425*/
        border: 1px solid #cccccc !important; /*#feffff*/
        color: #808080 !important; /*#fff*/
        height: 45px !important;
    }
/*input:focus:invalid:focus, textarea:focus:invalid:focus, select:focus:invalid:focus, [type="file"]:focus:invalid:focus {
    border: 1px solid #ce4a4a !important;
    color: #444444;
    -webkit-box-shadow: inset 0 1px 1px rgba(244, 67, 54, 0.22),0 0 8px rgba(244, 67, 54, 0.27);
    box-shadow: inset 0 1px 1px rgba(244, 67, 54, 0.22),0 0 8px rgba(244, 67, 54, 0.27);
    outline: none;
}*/
.form button, .form1 button {
    background: #fecc160 !important;
    /*width: 100%;*/
    /*padding: 8px;*/
    /*font-size: 14px;*/
    outline: 0;
    border: 0;
    border-radius: 3px;
    color: #ffffff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn-primary {
    background-color: #d6aa08 !important;
}

.btn-primary:hover {
    background-color: #fecc16 !important;
}

.form .message, .form1 .message {
    margin: 0 0 24px;
    color: #b3b3b3;
	font-family: CircularStd-Book, sans-serif ;
    font-size: 12px;
}

    .form .message a, .form1 .message a {
        /* color: #EF3B3A; */
        color: #4cb3d8;
        text-decoration: none;
    }

.form .register-form, .form1 .register-form {
    display: none;
}

#forgot-error, #key-error {
    display: inline;
}
/*loginChangePassword.html*/
.changepwd {
    background-color: #fff;
    padding: 20px;
}

.errorMessage {
    padding: 5px;
    color: #ff0000;
    /*top: 0;
    left: 270px;
    float: right;*/
	font-family: CircularStd-Book, sans-serif ;
    font-size: 12px;
    text-align: justify;
}

.container:before, .container:after {
    content: "";
    display: block;
    clear: both;
}

.container .info {
    margin: 50px auto;
    text-align: center;
}

    .container .info span {
        color: #4d4d4d;
		font-family: CircularStd-Book, sans-serif ;
        font-size: 12px;
    }

        .container .info span a {
            color: #000000;
            text-decoration: none;
        }

        .container .info span .fa {
            color: #EF3B3A;
        }

.rememberme {
    width: auto !important;
    margin: 0 !important;
}

.btn.btn-warning:hover {
    background: #e88900 !important;
    background-color: #e88900 !important;
}
/* END Form */
@media only screen and (max-width: 425px) {
    .form1 {
        position: relative !important;
        z-index: 1;
        background: rgba(0, 0, 0, 0.70);
        max-width: 280px;
        margin: 0 auto 100px;
        padding: 30px;
        height: 450px;
        border-radius: 3px;
        text-align: center;
    }
}

@media only screen and (max-width: 991px) {
    .d-flex {
        display: block !important;
    }

    .ChooseRolList .container-fluid {
        padding: 0;
    }

    .cr-bg {
        padding: 0;
        border: thin none;
    }

    .roles:hover .cr-bg {
        border-color: transparent;
        width: inherit;
        height: inherit;
        -webkit-transition: unset;
        -moz-transition: unset;
        -o-transition: unset;
        transition: unset;
    }

    .form.LoginBox {
        width: 340px;
    }
}
/*ResetPassword.html CSS*/
.main-content.container-fluid {
    padding-right: 0;
    padding-left: 0;
}

.full-screen {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.h-100vh {
    height:100vh;
}
.make-center {
       margin: 0 !important;
    position: absolute !important;
    top: 50% !important;
    width: 380px !important;
    max-width: 400px;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    background: white;
    text-align: center;
    padding: 30px;
    border-radius: 3px;
    z-index: 5;
}
.LoginBox {
    width: 380px;
    position: relative;
    margin: 8% auto 0;
    padding: 0 !important;
    z-index: 1;
    background: transparent !important;
    top: 0;
    border: none;
    box-shadow: 0 6px 16px 0 rgba(115,143,147,.4);
}

.login-formbox {
    /*margin: 1px;*/
    background-color: #ffffff; /*rgba(0, 0, 0, 0.70);*/
}

.login-logobox {
    padding: 20px 5px 20px 5px !important;
    border-bottom: 1px solid rgb(180, 180, 180);
    /*margin: 1px;*/
    background-color: #ffffff; /*rgba(0, 0, 0, 0.70);*/
}

.login-poweredby-box {
    /*padding: 5px !important;*/
    border-top: 0px solid rgba(255, 255, 255, 0.33);
    /*margin: 1px;*/
    background-color: #ffffff; /*rgba(0, 0, 0, 0.70);*/
    color: #808080; /*#ffffff*/
}

.LogoSection h2 {
    color: #fff;
}

.LoginBox .login-form {
    padding: 10px 40px !important;
}

.LoginBox .form-control, .LoginBox .btn {
    border-radius: 0;
    height: 45px;
}

.sweet-alert h2 {
	font-family: CircularStd-Book, sans-serif ;
    font-size: 16px !important;
    margin: 0;
}

.sweet-alert p {
	font-family: CircularStd-Book, sans-serif ;
    font-size: 16px !important;
    font-weight: 600;
}

.sweet-alert button {
	font-family: CircularStd-Book, sans-serif ;
    padding: 7px 19px;
    background-color: #1a73e9 !important;
    font-size: 12px;
}

#divUnAuthorized h4 {
    /*word-spacing: 6px;*/
}

.error-msg {
	font-family: CircularStd-Book, sans-serif ;
    font-size: 14px;
    border: 1px solid #db2644;
    background: #fcebee;
    padding: 10px;
}

/*Error Msg Snackbar animation*/
#alreadyLoggedIn.ng-hide {
    visibility: hidden;
}
#alreadyLoggedIn {
    visibility: visible;
    -webkit-animation: rightin 0.5s;
    animation: rightin 0.5s; /*, fadeout 0.5s 2.5s;*/
    min-width: 380px;
    background-color: #fcc000;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 1;
    right: 4.4%;
    top: 30px;
	font-family: CircularStd-Book, sans-serif ;
    font-size: 17px;
    border: 2px solid #d4a100;
}

@keyframes rightin {
  from {right: 0;}
  to {right: 4.4%;}
}

@-moz-keyframes rightout {
  from {right: 30px;}
  to {right: 0;}
}

@-webkit-keyframes rightout {
  from {right: 30px;}
  to {right: 0;}
}

@keyframes rightout {
  from {right: 30px;}
  to {right: 0;}
}

/* =====================================================================
   HSL LOGIN FAMILY — button / field / card effects
   Applies to login, forgot-password and reset-password (all use .LoginBox).
   Cosmetic only; no markup or logic changed.
   ===================================================================== */

/* Card : rounded corners + soft elevated shadow */
.form.LoginBox {
    border-radius: 16px !important;
    overflow: hidden;
    box-shadow: 0 22px 55px rgba(16, 24, 40, 0.28) !important;
}

/* Input fields : rounded + smooth focus ring in HSL blue */
.LoginBox .form-control {
    border-radius: 10px !important;
    border: 1px solid #d9deea !important;
    -webkit-transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
    transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
}
.LoginBox .form-control:focus {
    border-color: #2d50ad !important;
    box-shadow: 0 0 0 3px rgba(45, 80, 173, 0.15) !important;
    background-color: #ffffff !important;
}

/* Buttons : rounded + hover lift + shadow + active press
   (works with each button's own colour) */
.LoginBox .btn {
    border-radius: 10px !important;
    font-weight: 600;
    -webkit-transition: -webkit-transform .15s ease, box-shadow .2s ease, filter .2s ease;
    transition: transform .15s ease, box-shadow .2s ease, filter .2s ease;
}
.LoginBox .btn:hover,
.LoginBox .btn:focus {
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
    box-shadow: 0 8px 18px rgba(24, 10, 80, 0.28) !important;
    filter: brightness(1.05);
}
.LoginBox .btn:active {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    box-shadow: 0 3px 8px rgba(24, 10, 80, 0.25) !important;
}


