/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2017-03-07, 12:14:02
    Author     : Administrator
*/

#content{
    margin-top: 75px;
}
.space-bottom{
    margin-bottom: 1rem;
}
.panel{
    padding: 1.25rem;
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
    border: 1px solid rgba(0,0,0,.125);
}
.img_panel_preview{
    height: 444px;
    overflow-y: auto;
}
.img_panel_preview > img{
    max-height: 400px;
}

.img_panel_preview > img.x-img{
    max-height: 200px;
    padding: 10px;
}


#_login {
    overflow: hidden;
}
#_login_email {

    position: relative;
    left: 10000px;
    width: 1px;
    height: 1px;
    padding: 0px;
}