.bg-main-4 {
    background-color: #f2f6f7;
}
.prin{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.right {
    display: flex;
    flex-direction: column;
    justify-content: center;

    background-image: url('../img/img-login.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.left {
    display: flex;
    flex-direction: column;
    justify-content: center;

    background-image: url('../img/degradado.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.left, .right {
    width: 100vw;
    height: 100vh;
    flex: 1;
    box-sizing: border-box;
}

.img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}

.form-login{
    width: 60%;
    background-color: white;
    border-radius: 5%;
    padding: 3%;
}

#mainContainer{
    padding: 0%;
}

.loginf{
    padding: 3%;
    border: 2px solid #662d91;
    border-radius: 5%;
}

.input-icon {
    position: relative;
    display: flex;
    align-items: center;
}

.input-icon input {
    padding-left: 30px;
}

.input-icon i {
    position: absolute;
    right: 10px;
    color: #4d4d4d;
}

#loginFormSubmitBtn{
    background-color: #662d91;
    color: white;
    border-radius: 20px !important;
    width: 60%;
}

.text-main{
    color: #662d91 !important;
}