html, body {margin: 0; height: 100%; overflow: hidden;font-family: "Calibri";}
.ltms_login_height{
    min-height: 100vh;
    width: 100%;
    background-size: cover !important;
    background-position: center;
    filter: brightness(70%);
}

.the_box{
    border: 0.5px solid white;
    min-height:65vh;
    margin-top:5vh;
    background-color:rgba(254,254,254,0.82);
    width:60%;
}     
.login_box_style{
    height: 100%;
    margin-left: 10px;
    margin-right:10px;
}
.ltms_red_button{
    background-color:#FE0000;
    color:white;
    font-size: 24px;
    text-align: center;
    width: 160px;
}
.reg_btn{
    background-color:#000000;
    color:white;
    width: 160px;
}
.user_link{
    font-size: 16px;
    text-decoration: underline;
}
.title_1{              
    font-size:50px;
}
.title_2{
    font-size: 30px;
}
.collapsing { /* slows down collapse on this page for effect*/ 
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 2s ease;
        -o-transition: height 2s ease;
            transition: height 2s ease;
}   



@media screen and (min-width: 1350px) {
    .title_1{              
        font-size:60px;
    }
    .title_2{
        font-size: 30px;
    }
}  
@media (max-width:700px){
    .image_row{
        text-align: center;
    }
    .title_1{              
        font-size:50px;
    }
    .title_2{
        font-size: 25px;
    }
    .mobile_allow_scroll_reg{
        overflow-x: none;
        /* max-height: 70%; */                        
        overflow-y:scroll;
    }  
    .mobile_hide_overflow_box_limit{                        
        max-height: 70%;
        overflow:hidden;
    }
}       
@media (max-width:450px){ /* Samsung */
    .image_row{
        text-align: center;
    }
    .title_1{              
        font-size:40px;
    }
    .title_2{
        font-size: 20px;
    }
}   

 @media (max-width:400px) and (min-height:400px){  /* iphone 6s plus */

    .image_row{
        text-align: center;
    }
    .title_1{              
        font-size:40px;
    }
    .title_2{
        font-size: 20px;
    }
    .mobile_allow_scroll{
        overflow-y: scroll;
        overflow-x: none;
        max-height: 100%;
    }
    .the_box{ /* super small phone screen so we make the login in the full width */
        border: 0.5px solid white;
        min-height:75vh;
        margin-top:5vh;
        background-color:rgba(254,254,254,0.82); 
        width:90%;                       
    }  
       
}      