
.loggin-div{
    width: 906px;
    height: 538px;
    flex-shrink: 0;
    border-radius: 20px;
    background: #FBFBFB;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);    
    margin: auto;
}

.loggin-title-div{
    text-align: center;
}


.loggin-table {
    margin: auto;
    border-spacing: 0px 52px;
    border-collapse: separate;
}

.loggin-title-label{
    width: 852px;
    height: 42px;
    color: #7B388D;
    font-family: Montserrat;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 64px 0px 6px 0px;
}

.loggin-input{
    padding-left: 45px;
    text-align: left;
}

.loggin-text-box{
    padding-left: 10px;
    width: 507px;
    height: 75px;
    border-radius: 20px;  
    border-width: 1px;  
    border-color:  #723C8F;
    background: #FFF;
    font-family: Montserrat;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: #7B388D;
}

.loggin-label{    
    font-family: Montserrat;
    font-size: 35px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: right;
}

.purple{
    color: #7B388D;
}

.loggin-button-div{
    margin-top: 10px;
    margin-bottom: 42px;
    text-align: center;
}

.loggin-button-input{
    width: 194px;
    height: 65px;
    border-radius: 20px;
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;    
    margin: 0px 0px;
    border: none;
    white-space: normal;
    background: #723C8F;
}

