/***************login new layout starts*************/
.login-page-wrapper {
    height: calc( 100vh - 37px);
}
.login-blue-bg {
    background-color: #0084ff;
    top: 0;
    bottom: 0;
    left: 0;
    transform-origin: top;
    color: #fff;
    height: calc( 100vh - 37px);
    background-image: url(../images/login-background.png);
    background-position: bottom left;
    background-size: 90%;
    background-repeat: no-repeat;
    position: relative;
}
.login-text-wrapper {
    text-align: center;
    padding: 18% 0;
}
.login-triangle {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-bottom: 100vh solid white;
    border-left: 100px solid transparent;
}

/********** custom login page **********/
.login-gradient-bg {
    top: 0;
    bottom: 0;
    left: 0;
    transform-origin: top;
    color: #fff;
    height: calc( 100vh - 37px);
    background-position: bottom left;
    background-size: 90%;
    background-repeat: no-repeat;
    position: relative;
    background: linear-gradient(135.01deg, #01A4CA 18.02%, #0A2751 81.63%);
    
}

.teams-bg{
    width: 100%;
    height: 500px;
    margin-top: 25%;
    margin-left: 5%;
    background-image: url(../images/login-teams-background.png);
    background-repeat: no-repeat;
    background-size: 90%;
}

.learn-more-btn{
    min-width: 162px;
    /* height: 55px; */
    font-weight: 700;
    /* font-size: 20px; */
    background: #81C341;
    border: none;
    border-radius: 8px;
    padding: 10px;
    position: relative;
}

.login-banner-align-center {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: calc( 100% - 100px);
    text-align: center;
}

.login-button-green{
    width:260px; 
    background-color: #81C341;
    border: solid 1px #13C113;
    color:#fff;
    border-radius: 3px; 
    padding: 5px;
}
.send-otp-green {
	width: 120px;
    background-color: #81C341;
    color: #fff;
    padding: 2px;
    border: unset;
	border-radius: unset;
	font-size: 15px;
    font-weight: 400;
}
/********** custom login page **********/

.login-form-label {
    color: #000000;
    margin: 0 0 5px;
}
.login-button{
    width:260px; 
    background-color: #0084ff;
    border: solid 1px #0084ff;
    color:#fff;
    border-radius: 3px; 
    padding: 5px;
}
.forget-pass-link {
    text-align: left;
    width: 120px;
    font-size: 13px;
    vertical-align: top;
    display: inline-block;
}
.forget-pass-link a {
    /*text-decoration: none;*/
    color: #939393 !important;
}
.sso-login-link {
    text-align: right;
    width: 142px;
    font-size: 13px;
    vertical-align: top;
    display: inline-block;
    white-space: nowrap;
}
.sso-login-link a {
    /*text-decoration: none;*/
    color: #939393 !important;
}
.sso-title{
margin: 10px 0px;
    font-weight: 600;
    color: #767676;
}
.login-button-wrapper {
    display: inline-block;
}
.login-button-data {
    margin-top: 15px;
}
.login-form-col {
    position: relative;
    transform-style: preserve-3d;
    height: 100%;
}
.login-form-wrapper{
    position: relative;
    top: 29%;
}
.login-form-img {margin-bottom:20px}
.login-input-wrapper{
    padding-left: 20px;
}
.login-input-wrapper input[type="text"] {
    margin-bottom: 15px;
}
.forgot-success-msg {
    width: 260px;
    margin-left: 20px !important;
}
.login-text-wrapper b {
    color: #fff;
    font-size: 36px;
}
.label-font {
    font-weight: 600;
}
input {
    height: 40px;
    width: 260px;
    border-radius: 3px;
    border: 1px solid #a9a9a9;
    padding: 7px 10px 9px;
    margin-bottom: 10px;
}
.login-form {
    margin-top: calc(56% - 130px);
    right: 65%;
    max-width: 460px;
    border-radius: 3px;
}
.dropdown-input{
    height: 40px;
    width: 260px;
    border-radius: 3px;
    border: 1px solid #a9a9a9;
    margin-bottom: 10px;
}
.form-paper {
    max-width: 262px;
    padding-bottom: 35px;
}
@media(max-width: 767px) {
    .rebranding-banner{
        position: fixed !important;
    }
    .teams-bg{
        margin-top: 14%;
        padding-top: 15px;
        background-image: none;
    }
    .login-gradient-bg {
        height: 45vh;
    }
    .learn-more-btn{
        /* margin-top: 8%; */
        position: static !important;
    }

    .login-blue-bg {
        height: 45vh;
    }
    .login-triangle {
        display: none;
    }
    .login-form-wrapper {
        top: 20px !important;
        width: 300px;
        margin: 0 auto;
    }
    .login-form-col {
        height: auto;
    }
    .login-page-wrapper {
        height: auto;
    }
    .login-footer {
        position: fixed;
    } 
    .login-body footer {
        position: fixed !important;
    }
    .login-input-wrapper {
        margin-bottom: 55px;
    }
    .create-pwd-wrapper{
        width: auto !important;
    }
    .forgot-success-msg {
        margin-bottom: 80px !important;
    }
    .forgot-input-wrapper {
        margin-bottom: 30px;
    }
}
@media (max-width: 375px) { 
    .login-text-wrapper {
        padding: 4% 0;
    }
    .login-blue-bg {
        height: 35vh;
    }
    .login-text-wrapper h1 {
        font-size: 26px;
    }
    .login-text-wrapper b {
        font-size: 26px;
    }
    .login-text-wrapper div {
        margin: 0px !important;
    }
}
@media (max-width: 360px) {
    .login-page-wrapper {
        height: 100vh;
    }
    .login-text-wrapper h1 {
        font-size: 28px;
    }
    .login-form-wrapper {
        top: 10px !important;
    }
}
@media(min-width: 768px) and (max-width:1023px) {
    .teams-bg h2 {  
        font-size: 22px;
    }
    .login-gradient-bg {
        height: 55vh;
    }
    .teams-bg {
        margin-top: 0;
        background-size: 84%;
        padding-top: 20%;
        background-position: 0% 100%;
    }
    .login-blue-bg {
        height: 55vh;
    }
    .login-triangle {
        display: none;
    }
    .login-form-col {
        height: auto;
    }
    .login-form-wrapper {
        top: 30px !important;
        width: 300px;
        margin: 0 auto;
        margin-bottom: 50px;
    }
    .forgot-page-wrapper {
        height: 100vh;
    }
    .login-form {
        top: 30px !important;
        width: 300px;
        margin: 0 auto !important;
        margin-bottom: 50px;
    }
    .login-page-wrapper {
        height: 100vh;
        overflow-x: hidden;
    }
}
@media(max-width: 824px) and (min-width: 769px){ 
    .login-page-wrapper {
        /*height: auto !important;*/
    }
    .login-blue-bg {
        height: 100vh;
    }
    .login-text-wrapper {
        padding: 2% 0;
    }
}
@media(max-width: 680px) and (min-width: 415px){ 
    .login-blue-bg {
        height: 100vh;
    }
    .login-text-wrapper {
        padding: 2% 0;
    }
}
@media(max-width: 736px) and (min-width: 414px) and (orientation: landscape){ 
    .login-blue-bg {
        height: 100vh;
    }
    .login-text-wrapper {
        padding: 2% 0;
    }
}
@media(max-width: 280px){
    .login-input-wrapper input{
        width: 220px;
    }
    .login-form-wrapper {
        width: 264px;
        margin-bottom: 10px;
    }
    .forgot-button {
        width: 220px !important;
    }
}
@media(min-width: 1024px) and (max-width: 1366px) {
    .login-form {
        margin-top: calc(56% - 130px) !important;
    }
    .create-pwd-wrapper{
        width: auto !important;
    }
    .teams-bg h2 {
        font-size: 24px;
    }
}
@media screen and (max-width:766px){
    .login-form { 
        margin: 0 auto; 
    }
    .form-paper {
        margin: 0 auto;
        margin-top: 40px;
    }
    .user-invite-section {
        max-width: 310px !important;
    }
}
/************login new layout end*************/
.login-text {
	font-size: 16px ;
	font-weight: 400;
	color: #5D5D5D;
	line-height: 27px;
}
.login-sub-text {
	font-size: 16px ;
	font-weight: 400;
	margin-bottom: 20px;
}
.send-otp-button {
	width: 120px;
    background-color: #0084ff;
    color: #fff;
    padding: 2px;
    border: unset;
	border-radius: unset;
	font-size: 15px;
    font-weight: 400;
}
.cancel-otp-button {
	width: 120px;
    background-color: rgba(0,0,0,0);
    color: #333;
    padding: 2px;
    border-radius: unset;
	font-size: 15px;
	font-weight: 400;
	border: 1px solid #a9a9a9;
}
.send-otp {
	margin-left: 25px;
    margin-right: 10px;
}
.enter-otp {
    border: 0.90px solid #a9a9a9!important;
    width: 160px !important;
    /* height: 30px !important; */
    padding-left: 16px;
    padding-right: 16px;
    text-align: center;
    font-size: 22px;
    font-weight: bolder;
    color: #0084fb;
    letter-spacing: 2px;
}
.verify-device-label {
	height: 10px;
    font-size: 14px;
    font-weight: 400;
	color: black;
	margin-left: -6px;
}
.verify-device {
	margin-bottom: 10px;
}
.confirm-btn {
	margin-left: 90px;
}
.otp-resend {
    font-weight: 400;
    font-size: 14px;
}

.security-form {
	margin-top: calc(45% - 130px);
    right: 65%;
    max-width: 460px;
    border-radius: 3px;
}

.login-header {
    font-size: 19px;
    color: #000000;
    font-weight: 500;
    margin-bottom: 7px;
}
.verify-device input[type=checkbox]{    
	margin-left: 3px;
    height: 20px;
    width: 20px;
    vertical-align: bottom;
    margin-right: 9px;
}
.enter-otp::placeholder{
    letter-spacing:2px; 
    color:#0084FF !important;
}
#login-verification {
    height: calc(100vh - 37px);
}
.otp-error-msg {
	margin: 0 auto !important;
	margin-bottom: 5px !important;
}

@media only screen and (max-width : 1024px) {
    .security-form {
        margin-top: calc(70% - 130px);}
    .triangle-left-text {
        margin-top: calc(96% - 130px);
        width: 78%;
    }  
}
@media only screen and (max-width : 768px) {
	.triangle-left-text{width: 99%;}
	.triangle-center {
		border-bottom: 1024px solid rgb(255, 255, 255);
	}
    .security-form {
	    margin: 0 auto;
		margin-bottom: 50px;
	}
}
@media only screen and (max-width : 700px) {
    .security-form {
        margin-top: calc(27% - 130px);right: 0;
        max-width: 601px;}
    .triangle-left-text{margin-top: 0;width: 99%;}
}
@media only screen and (max-width : 480px) {
    .security-form {
		margin-top: calc(54% - 130px);
		margin-bottom: 55px;
	}	
}
@media (max-width: 1023px) and (min-width: 768px) {
	.security-form {
		margin-top: calc(70% - 130px);
		margin: 0 auto;
		width: 460px;
	}
	#login-verification {
		height: auto;
	}
	.verify-otp-page {
		height: 105vh;
	}
}
/*signup policy*/
#password-pol-block{
    font-size: 14px;
    margin-bottom: 10px;
    display: none;
}
#pw-strength{
    position: absolute;
    right: 8px;
    top: 16px;
    background: #fff
}
.text-danger{
    color : red;
}
.text-success{
    color : green;
}
.pw-policy-success{
    color: green;
}
.inp-width {
	width: 280px;
}
.create-pwd {
    right: 102px !important;
    top: 9px !important;
}
.pw-input-field {
    margin-bottom: 10px !important;
}
.reset-pwd {
    right: 19px !important;
    top: 8px !important;
    font-size: 14px;
    font-weight: 400;
    padding: 2px 6px;
    background: #fff;
}
@media (max-width: 767px) {
    .create-pwd {
        right: 10px !important;
    }
}
@media (max-width: 320px) {
    .form-paper {
        margin-top: 65px;
    }
}
/**************/
.forgot-button{
    width: 260px;
    background-color: #0084ff;
    border: solid 1px #0084ff;
    color: #fff;
    float: center;
    border-radius: 5px;
    padding: 5px;
}
.login-logo {
    width: 40%;
    margin-left: 20px;
}

.rebranding-banner{
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
  }

  .login-marketing-banner {
    background-size: cover;
    background-repeat: no-repeat;
  }

  .dflex {
    display: flex;
  }

  .justify-left {
    justify-content: left;
  }

  .justify-center {
    justify-content: center;
  }

  .justify-right {
    justify-content: right;
  }