.modal-content {
    padding: 0 60px 0 60px !important;
 }
 
 .modal-dialog {
     width: 500px;
 }
 
 .modal-header{
     text-align: center;
     border: none;
 }
 
 .modal-title{
     color: #14334B;
     font-weight: bold;
     font-size: 20px
 }
 
 .model-sub-title{
     color: #384455;
     font-size: 14px;
 }

.close-btn {
    font-size: var(--close-btn-font);
    cursor: pointer;
    border: 2px solid #2F92D9;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    padding: 3px;
    text-align: center;
    position: relative;
    left: 117px;
    top: 13px;
    padding: 0;
    color: rgb(47, 146, 217);
    opacity: 0.9;
}

.close {
    display:flex;
    width:100%;
    justify-content: flex-end;
}

.signIn {
    background-color: rgb(1, 28, 44);
    border-color: rgb(1, 28, 44);
    border-radius: 5px;
}

label{
    font-size: 12px;
    font-weight: 200;
}

.token {
    color: rgb(6, 124, 192);
}

.col-width {
    width: 100% !important;
}

.resend-token{
    background-color: #2F92D9;
    padding: 10px;
    color: #fff;
    border-radius: 5px;
    border: none;
    height: 46px;
    width: 135px;
}

.modal-body{
    /*padding: 1rem 6rem 3rem 6rem;*/
    padding: 0;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
    align-content: space-between;
    color: #14334B
}

.body-div1 {
    margin-bottom: 20px;
}

input {
    border: 1px solid #2F92D9;
    width: 150px;
    border-radius: 5px;
    padding: 10px 10px 10px 10px;
    margin-top: 10px;
    height: 23px;
}

input[type="password"] {
    border: 1px solid #2F92D9;
    width: 94%;
    border-radius: 5px;
    padding: 10px 10px 10px 10px;
    margin-top: 10px;
    height: 23px;
}

.body-div2 {
    width: 341px;
    margin-bottom: 20px;
}

.body-div3 {
    width: 347px;
    text-align: center;
}

.body-div3 button {
    width: 100%;
    color: #fff;
    height: 40px;
}

.token-label{
    visibility: hidden;
}