.login-register-section {
    height: 100vh;
}

.login-register-section a {
    text-decoration: none;
    color: black;
}

.form-control {
    text-align: right;
}

.form-control::placeholder {
    color: gray;
    font-size: .8em;
    text-align: right;
    direction: rtl;
}

.login-pix {
    background-image: url(../images/libraryiu.jpg);
    background-size: cover;
    position: relative;
	background-position:center;
}

.login-pix::before {
    content: '';
    position: absolute;
    z-index: 1;
    background-color: rgba(26, 26, 26, 0.5);
    width: 100%;
    height: 100%;
}

.social-icon:nth-child(3) {
    background-color: #EDF2F8 !important;
}

.social-icon:nth-child(3) svg {
    fill: #4F7CBF;
}

.social-icon:nth-child(4) {
    background-color: #FCEDEA !important;
}

.social-icon:nth-child(4) svg {
    fill: #DE4931;
}

.social-icon {
    border-radius: 50% !important;
    width: 50px;
    height: 50px;
    padding: 12px;
    background-color: rgba(158, 158, 158, 0.1) !important;
}

#inputs {
    direction: ltr;
}

.input {
    width: 40px;
    border: none;
    border: 1px solid rgba(134, 132, 132, 0.5);
    margin: 0 10px;
    text-align: center;
    font-size: 36px;
    cursor: not-allowed;
    pointer-events: none;
    border-radius: 10px;
}

.input:focus {
    border-bottom: 3px solid orange;
    outline: none;
}

.input:nth-child(1) {
    cursor: pointer;
    pointer-events: all;
}