.app_card{
    background: #fff;
    max-width: 680px;
    margin: 0 auto;
    border-radius: 8px;
    border: 1px solid #D0D3D7;
    padding: 15px;
}
.app_card .icon-bar{
    display: flex;
    column-gap: 10px;
    align-items: center;
    padding-bottom: 10px;
}
.app_card .icon-bar img{
    width: 32px;
    height: 32px;
    aspect-ratio: auto 32/32;
    object-fit: fill;
}
.app_card .icon-bar img:nth-child(2){
    width: 24px;
    height: 24px;
    aspect-ratio: auto 24/24;
}
.app_card span.hr-border{
    margin: 10px 0;
    background:#D0D3D7;
    height: 1px;
    display: block;
}
.app_card .text-content-1 h2{
    font-weight: 700;
    color: #080809;
    font-size: 1.25rem;
    line-height: 1.2;
    word-break: break-word;
    font-family: inherit;
    margin-top: 20px;
}
.app_card .text-content-1 p{
    font-weight: 400;
    word-wrap: break-word;
    font-size: 1.0625rem;
    line-height: 1.1765;
}
.app_card .main-button{
    display: flex;
    align-items: center;
    column-gap: 5px;
    justify-content: space-between;
    margin-bottom: 15px;
    margin-top: 40px;
}
.app_card .main-button a{
    width: calc(50% - 5px);
    justify-content: center;
    text-align: center;
    min-height: 36px;
    display: flex;
    align-items: center;
    border-radius: 8px;
    font-size: .9375rem;
    word-wrap: break-word;
    line-height: 1.3333;
}
.app_card .main-button a:first-child{
    background: #0866FF;
    color: #fff;
    font-weight: 600;
}
.app_card .main-button a:last-child{
    background: #ededed;
    color: #080809;
}
.app_card .main-button a:last-child:hover{
    background: rgba(0, 0, 0, 0.05);
}
.app_card .bottom-txt p{
    color: #65686C;
    font-size: .8125rem;
    word-wrap: break-word;
    line-height: 1.2308;
}
.app_card .bottom-txt p a{
    color: #0064D1;
    touch-action: manipulation;
    font-weight: 700;
}
.login-modal-card{
    align-items: center;
    background-color: #fff;
    border: none;
    border-radius: 8px;
    box-shadow: 0 2px 4px #0000001a, 0 8px 16px #0000001a;
    box-sizing: border-box;
    margin: 40px 0 0;
    padding: 20px;
    width: 396px;
}
.modal__confirmation input{
    font-size: 17px;
    padding: 14px 16px;
    width: 330px;
    border: 1px solid #dddfe2;
    color: #1d2129;
    line-height: 16px;
    vertical-align: middle;
    border-radius: 6px;
}
.login-modal-card .login-form .input div{
    font-size: 17px;
    display:block;
    margin: auto;
    padding: 6px 0;
}
.login-modal-card .login-form .input div input{
    border-radius: 6px;
    border: 1px solid #dddfe2;
    color: #1d2129;
    font-family: Helvetica, Arial, sans-serif;
    line-height: 16px;
    vertical-align: middle;
    font-size: 17px;
    padding: 14px 16px;
    margin: 0;
    width: 100%;
}
.login-modal-card .login-form .input div input:focus-visible{
    border-color: blue;
    outline-offset: 0px;
    outline: -webkit-focus-ring-color auto 1px;
}
.login-modal-card .login-form .input div input::placeholder {
    color: #90949c;
    font-size: 17px;
}
.login-modal-card .login-form .login-btn{
    padding-top: 6px;
}
.login-modal-card .login-form .login-btn  button{
    background-color: #0866ff;
    border: none;
    border-radius: 6px;
    font-size: 20px;
    line-height: 48px;
    padding: 0 16px;
    display: block;
    width: 100%;
    color: #fff;
}
.loading-container{
    min-height: 600px;
}
@media only screen and (min-width: 768px) {
    .is-desktop {
        display: block;
    }
    .is-mobile{
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .is-desktop {
        display: none;
    }
    .is-mobile{
        display: block;
    }
}
.login-card-mobile{
    background: #fff;
}
.login-card-mobile .heading{
    display: block;
    text-align: center;
    margin-top: 20px;
}
.login-card-mobile .heading p{
    color: rgb(93, 108, 123);
    font-weight: 400;
    display: inline;
    font-size: 13.5px;
    font-family: sans-serif;
    white-space: pre-wrap;
    overflow-wrap: break-word;
}
.login-card-mobile .icon{
    display: flex;
    justify-content: center;
    height: 250px;
    align-items: center;
}
.login-card-mobile .icon img{
    height: 60px;
    width: 60px;
}
.login-card-mobile .input div{
    width: 100%;
    display: block;
    font-size: 17px;
    margin: auto;
    padding: 6px 0;
}
.login-card-mobile .input input{
    pointer-events: auto;
    padding: 18px 16px;
    cursor: pointer;
    -webkit-tap-highlight-color: black;
    border: 1px solid rgb(221, 226, 232);
    border-radius: 16px;
    align-items: center;
    flex-direction: row;
    width: 100%;
    color: rgb(10, 19, 23);
    background: transparent;
    font-family: sans-serif;
    font-size: 16px;
    line-height: 1.3;
}
.login-card-mobile .input input::placeholder{
    color: rgb(93, 108, 123);
    font-weight: 400;
    display: inline;
    font-size: 17px;
    white-space: pre-wrap;
    overflow-wrap: break-word;
}
.login-card-mobile .input input:focus-visible{
    border-color: rgb(118, 118, 118);
    outline-offset: 0px;
    outline: 0;
}
.login-card-mobile .login-btn{
    display: block;
    width: 100%;
}
.login-card-mobile .login-btn button{
    display: block;
    opacity: 1;
    height: 44px;
    min-width: 44px;
    flex-grow: 1;
    padding-left: 20px;
    padding-right: 20px;
    background: rgb(0, 100, 224);
    border: 0px solid rgb(10, 19, 23);
    border-radius: 22px;
    width: 100%;
    color: rgb(241, 244, 247);
    margin-top: 8px;
    font-size: 15.2px;
}
.login-card-mobile .forgotten{
    text-align: center;
}
.login-card-mobile .forgotten a{
    color: rgb(10, 19, 23);
    font-weight: 500;
    display: inline;
    font-size: 17px;
    font-family: sans-serif;
    white-space: pre-wrap;
    overflow-wrap: break-word;
}
.login-card-mobile .footer-bar .create-btn{
    color: rgb(0, 100, 224);
    font-weight: 500;
    font-size: 15.2px;
    font-family: sans-serif;
    white-space: pre-wrap;
    overflow-wrap: break-word;
    height: 44px;
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgb(0, 100, 224);
    border-radius: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-grow: 1;
    margin-top: 35%;
    width: 100%;
}
.login-card-mobile .footer-bar img{
    height: 12px;
    aspect-ratio: 5 / 1;
    margin-top: 20px;
}
.login-card-mobile .footer-bar ul{
    list-style: none;
    display: flex;
    column-gap: 10px;
    justify-content: center;
    margin-top: 20px;
    color: rgb(99, 120, 138);
    margin-left: -25px;
}
.two-factor-code .top h2{
    line-height: 1.2;
    word-wrap: break-word;
    color: #0A1317;
    font-size: 1.5rem;
    font-weight: 600;
}
.two-factor-code .top p{
    color: #0A1317;
    font-size:.93rem ;
}
.otp-main{
    max-width: 500px;
    margin-top: 50px;
}
@media only screen and (max-width: 767px) {
    .otp-main{
        width: 90%;
    }
    .app_card{
        width: 90%;
    }
}
.two-factor-code .btn-group{
    width: 100%;
    display: block;
}
.two-factor-code .btn-group button,
.two-factor-code .btn-group a{
    width: 100%;
    display: block;
    font-size: 1rem;
    word-wrap: break-word;
    white-space: pre-line;
    line-height: calc(1.2 * 1em);
    border-radius: 22px;
    border: 0;
    padding: 12px;
    text-align: center;
}
.two-factor-code .btn-group button{
    background: #0064E0;
    margin-bottom: 10px;
    color: #fff;
}
.two-factor-code .btn-group a{
    border:1px solid #ededed;
    color: black;
}
.two-factor-code  .code-input input{
    height: 60px;
    display: block;
    width: 100%;
    padding: 0 20px;
    border-radius: 16px;
    border:1px solid #ccd3db;
}
