/*
*
|  Page Name       : login.css
|  Description     : css for login ui
|  Created by      : May Altamerano
|  Date Created    : March 6, 2019
|  Last Update by  : May Altamerano
|  Last update     : March 6, 2019
*
*/
.-login-wrapper{
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: row;
}
.-login-wrapper .-vector-container{
    flex: 7;
    height: 100%;
}
.-fig-vector{
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.-fig-vector .-img-vector{
    /*object-fit: cover;*/
    height: 100%;
    width: 100%;
}
.-login-wrapper .-login-container{
    flex:5;
    height: 100%;
}
.-login-container .-login-form {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    height: 100%;
}
.-login-form .-fig-logo{
    height: 200px;
    width: 60%;
    overflow: hidden;
    margin: 16vh 0vh 5vh 0vh;
}
.-login-form .-img-logo{
    height: 100%;
    width: 100%;
    object-fit: contain;
}
.-login-form .-field-container{
    height: auto;
    width: 100%;
    padding: 0% 13%;
    position: relative;
    right: 0;
    transition: all 0.4s ease 0s;
}
.-field-container .-text{
    font-size: 28px;
    font-weight: 400;
    margin: 0px 0px 20px 0px;
}
.-field-container .-text.-center{
    font-size: 28px;
    font-weight: 400;
    margin: 0px 0px 10px 0px;
    text-align: center;
    transition: all 0.4s ease 0s;
}
.-field-container .-text-desc{
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 20px;
}
.-a-forgot-pass{
    font-size: 14px;
    margin-top: 20px;
    cursor: pointer;
    display: flex;
    justify-content: center;
}
.-a-back{
    font-size: 14px;
    margin-top: 20px;
    cursor: pointer;
    display: flex;
    justify-content: center;
}
.-a-version{
    position: absolute;
    right: 20px;
    bottom: 20px;
    font-size: 14px;
    text-decoration: none;
}

.eye{
    color: rgb(0, 143, 246);
    display: block;
    margin-left: -30px;
    margin-top: 14px;
    cursor: pointer;
}

.-otp-fields{
    text-align: center;
    font-size: 20px;
}
