/*@import url('/tensor/fonts/Montserrat/Montserrat-Medium.ttf');*/

@font-face {
    font-family: "Montserrat";
    src: url("/tensor/fonts/Montserrat/Montserrat-Medium.ttf");
}

.login-form-password { 
    position: relative;
}
.login-form-password .btn_show_password::before {
    content: '\ea19';
    right: -2px;
    font-family: 'cbuc-icons24';
    font-size: 24px;
    position: absolute;
    top: 3px;
    color: #ccc;
    cursor: pointer;
}
.login-form-password .btn_show_password.showed::before {
    content: '\e651';
}
@media (max-width: 938px) {
    .tab-text {
        font-size: 22px!important;
    }
    .reg-panel input {
        width: 200px!important;
		font-size: 12px!important;
    }
	input.form-control{
		font-size: 12px!important;
	}
	.btn-secondary.auth_btn{
		font-size: 14px;
	}
    .reg-tab {
        height: 44px!important;
    }
    .help-text {
        /* width: 160px!important; */
        font-size: 12px!important;
        /* padding: 12px 0px 7px!important; */
        /*margin-bottom: 16px!important; */       
    }
    #region-main {
        padding-top: 8px!important;
	        padding: 0;
    }
    #page-wrapper #page {
        padding: 0;
    }
    .btn {
        font-size: 14px!important;
        height: 44px!important;
        line-height: 34px!important;
    }
    
    .btn-registry {
        width: 174px!important;
        position: absolute;
        margin: auto;
        left: 0;
        top: 100%;
        bottom: 0;
        right: 0;
    }
    .col-12, .col-xs-12 {
        padding: 0;
    }
    .list_reg {
        font-size: 12px!important;
    }
}
body {
    font-family: TensorFont, sans-serif;
    font-size: 14px;
    color: #000;
    -webkit-text-decoration-skip: none;
    text-decoration-skip: none;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.pagelayout-login #region-main {
    height: 100%!important;
	display:flex;
}
.card-header,
.login-heading {
    display: none;
}

.card-container {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: center;
    /* padding-top: 15px */
}

.reg-panel {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1.25rem;
}

.reg-exp {
    position: absolute;    
    margin-top: -30px;
    padding-bottom: 0;
    width: 100%;
}

.reg-panel input {
    font-size: 16px;
    padding: .375rem .75rem;
    margin-bottom: 1rem;
    width: 250px;
    border: 1px solid;
    border-color: #eaeaea #eaeaea #ccc #eaeaea;
}

.empty-input {
    border-color: #d04d4d!important;
}

.reg-panel input::placeholder {
    color: #cac6c6;
}

.reg-panel .name {
    font-size: .75rem;
    color: #8991a9;
    width: 250px;
}

.help-text {
    font-size: 1rem;
    width: 250px;
    padding: 5px 0px 10px;
}

.reg-panel .cours_list {
    font-size: 16px;
    padding: 5px;
    width: 250px;
    height: 37px;
    /* border: 1px solid; */
    border-color: #eaeaea #eaeaea #ccc #eaeaea;
    outline: none;
    cursor: pointer;
}

.btn.btn-primary {
    border-radius: 40px;
    font-size: 1rem;
    cursor: pointer;
    padding: 5px 10px;
    color: #333;
    background-color: #fff;
    border: 1px solid #ff7033;
    width: 100%;
}

.btn:active {
    background-color: #ff7033!important;
    color: #fff!important;
    border-color: #ff7033!important;
}

.reg-tabs {
    display: flex;
    flex-direction: row;
    width: 100%;
    /* justify-content: center; */
}

.reg-tab {
    display: flex;
    cursor: pointer;
    text-decoration: none;
    height: 66px;
    flex-grow: 1;
    justify-content: center;
    color: #9dbbe0;
}

.reg-tab .tab-text {
    font-size: 36px;
    text-align: center;
    letter-spacing: 0;
}

.reg-tab:hover {
    border-bottom: 4px solid #9dbbe0;
}

.reg-tab.tab-open {
    color: #000;
    border-bottom: 4px solid #05b;
}

.choise-elems {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-grow: 1;
    cursor: pointer;
    padding: 20px;
}

.choise-text {
    font-size: 1rem;
    text-align: center;
    margin-top: 10px;
}

.h200 {
    padding: 30px;
}

.confirm-panel {
    position: absolute;
    width: 100%;
    height: 100vh;
    background-color: #cacaca69;
    top: 0px;
    left: 0px;
    display: flex;
}

.confirm-block {
    position: absolute;
    width: 500px;
    height: 250px;
    background-color: #fff;
    top: calc(50vh - 100px);
    left: calc(50% - 250px);
    display: flex;
    flex-direction: column;
    border-top: 4px solid #599000;
}

.confirm-text {
    width: 100%;
    padding: 20px;
}

.confirm-text input {
    font-size: 16px;
    padding: .375rem .75rem;
    margin-bottom: 1rem;
    width: 250px;
    border: 1px solid;
    border-color: #eaeaea #eaeaea #ccc #eaeaea;
}

.confirm-btns {
    width: 100%;
    height: 60px;
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    justify-content: center;
    align-items: center;
    margin-top: auto;
    padding: 0px 20px;
}

.head-text {
    padding: 20px;
    text-align: center;
    width: 100%;
    margin: 0;
}





/**/
.podskazka {
    text-align: left!important;
    border-radius: 6px;
    border: 1px solid #bdbdbd;
    border-bottom: 1px solid #FF621F;
    background-color: #F7F8FA;
    -webkit-box-shadow: rgb(0 0 0 / 35%) 0 0 6px 0;
    box-shadow: rgb(0 0 0 / 35%) 0 0 6px 0;
    padding: 6px 12px;
    text-align: center;
    margin-bottom: 15px!important;
    position: absolute;
    font-family: 'tensorfont';
    font-size: 15px;
}

.help-header {
    font-size: 12px;
    color: #8991a9;
}




/* 
.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black; 
  } */
  
  /* Текст подсказки */
.tooltiptext {
	background: rgba(0, 0, 0, 0.7);
    position: absolute;
    color: #fff;
    font-size: 12px;
    border-radius: 8px;
    padding: 6px 12px;
    max-width: 700px;
    width: auto;
    padding-right: 30px;
    min-width: 250px;
  }
  .tooltiptext::after {
    content: " ";
    position: absolute;
    top: 100%; 
    left: 50%;
    margin-left: -8px;
    border-width: 8px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.7) transparent transparent transparent;
  }
  .tooltiptext:before {
    content: '';
    position: absolute;
    right: 8px;
    font-family: 'cbuc-icons';
    font-size: 16px;
    top: 2px;    
    color: #8991a9;
    cursor: pointer;
}
.block_select_global_group .list_global_group{
    display: none;
    position: absolute;
    z-index: 2;
    background: #fff;
    width: 250px;
    border: 1px solid #ccc;
    max-height: 100px;
    overflow: auto;
    margin-top: -16px;
    margin-left: 0px;
}
.block_select_global_group .list_global_group li{
    list-style-type:none;
    padding: 8px 4px;
}
.block_select_global_group input,
.block_select_global_group .list_global_group{
    /* margin: 0; */
    /* padding: 4px; */
    padding: .375rem .75rem;
   
}


/* Новый вход  */


#page-login-index,
#page-login-forgot_password {
    background-color: #f8f8f8!important;
    background: #f8f8f8!important;
}
.login-form-forgotpassword{
    padding: 0px 15px;
}

div[role="main"] {
    background-color: #fff;
    width: 490px;
    margin: auto auto;
    min-height: 610px;
    padding: 20px 19px 0;
    border-radius: 8px;
    box-shadow: 0 4px 20px 0 rgba(0,0,0,.04);
}
.reg-tab.new {
    height: fit-content;
    color: #000;
    flex-grow: unset;
}
.reg-tab.tab-open.new {
    color: #000;
    border-bottom: 2px solid #f6733c;
}
.reg-tab.new .tab-text {
    font-size: 24px;
}
.reg-tab.new:hover{
    border-bottom: none;
    color: #575757;
}
.reg-tab.tab-open.new:hover{
    border-bottom: 2px solid #f6733c;
    color: #000;
}
.reg-tabs{
    justify-content: center;
    gap: 15px;
    margin-top: 33px;
}
.card {
    border: none;
}
.card  .card-body,
.login-form{
    border: none;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
    margin-top: 14px;
    
}

.loginform .login-divider+.d-flex{
    display: none!important;
    
}
.card  .card-body form{
    width: 100%;
}
input.form-control {
    border: none;
    font-size: 17px;
    border-bottom: 1px solid #d2d6da;
    color: black;
}
.col-md-5,
.col-sm-8 {
    max-width: 100%;
    flex: none;
}

.col-md-5:first-child{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
}
.col-md-5 .btn.btn-primary:hover{
	background: #e4662f;
}
.col-md-5 .btn.btn-primary,
.btn.btn-primary.btn-lg{
    display: flex;
    flex-direction: row;
    align-items: center;
    font-family: 'cbuc-icons24';
    background-color: #ff7033;
    width: 70px;
    height: 42px;
    justify-content: center;
    box-shadow: 0 4px 8px rgba(0,0,0,0.14);
	margin-bottom: 1rem;
   
}
.col-md-5 .rememberpass{
    display: none;
}
.col-md-5 .forgetpass.mt-3{
    margin-top: 0!important;
}
.col-md-5 .forgetpass a,
.login-form-forgotpassword a{
    color: #000;
    font-size: 14px;
}
.col-md-5 .btn.btn-primary::before{
    content: ' ';
    width: 24px;
    height: 24px;
    background: url('https://sso.sbis.ru/cdn/AuthControlsCDN/1.0.0/icons/login_button.svg');
    background-repeat: no-repeat;
    background-position: center;
}

.btn-secondary.auth_btn{
    gap: 10px;
}
.btn-secondary.auth_btn img{
    width: 26px;
    border-radius: 5px;
    border: 1px solid #eaeaea;
    background: #f8f8f8;
}
.btn-secondary.auth_btn span{
    font-size: 15px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  /* border: 1px solid green; */
-webkit-animation: autofill 0s forwards;
  animation: autofill 0s forwards;
  -webkit-text-fill-color: #000;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
/*	font-size: 17px!important;*/
  /* transition: background-color 5000s ease-in-out 0s; */
}

/* * {
    font-family: 'Montserrat';
} */

.btn.btn-primary:hover{
background-color: #FDECD9;
}

 .btn-secondary.auth_btn {
    color: #000;
    background-color: unset;
    border: 1px solid;
    border-color: #587AB0;
    border-radius: 20px;
    padding: 6px 23px 6px;
    margin-right: 12px;
    width: 100%;
    display: flex;
    margin: 0;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}


#page-login-forgot_password .clearfix{
    margin: 0;
}

#page-login-forgot_password .btn.btn-primary{
    width: 120px;
}

#page-login-forgot_password .col-md-3.col-form-label.d-flex.pb-0.pr-md-0 {
    min-width: 100px;
}