.login_title_div{
    width: 700px;
    text-align: center;
    margin: auto;
}

.login_div{
    width: 640px;
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center; 
    border-radius: 20px;
    background: #FBFBFB;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);    
    margin: auto;
	margin-bottom:84px;    
}

.login_sub_div{
    width: 500px;
    height: 380px;
    flex-shrink: 0;
    margin: auto;
}


.login_title_span{
    width: 700px;    
    color: #611232;
    font-family: "Montserrat";
    font-size: 48px;
    font-weight: 900;
}


.login_text_box{
    padding-left: 10px;
    width: 500px;
    height: 65px; 
    border-width: 2px;  
    border-color:  #611232;
    background: #FFF;
    font-family: "Montserrat";
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: #611232;
}

.login_subtitle_span{    
    font-family: "Montserrat";
    width: 305px;
    font-size: 35px;
    font-style: normal;
    display: block;
    font-weight: 700;
    line-height: normal;
    margin: auto;
    margin-bottom: 30px;
    color: #611232;
}


.login_button_div{
    margin-top: 60px;
    margin-bottom: 42px;
    text-align: center;
}

.login_button_input{
    width: 250px;
    height: 60px;
    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;
    border: none;
    white-space: normal;
    background-color: #611232;    
}
