﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
.fullscreen_bg {
    font-family: 'Segoe UI';
    padding: 20px;
    margin: 0;
  

}



.img_logo {
    width: 100%;
    /*margin: 20px 22px  0 22px;*/
}

.form-signin {
    max-width: 320px;
    width: 320px;
    max-height: 480px;  
    background-color: white;
    /* just in case there no content*/
    padding: 5px 5px 5px;
    margin: 0 auto;
    margin-top: 50px;
    /* shadows and rounded borders */
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}

.label {
    display: inline-block;
    margin-bottom: 0rem
}
.wrapper2 {
    width: 300px;
    overflow-x: scroll;
    overflow-y: hidden;
    height: 200px;
}
.div2 {
    width: 2000px;
    height: 200px;
    overflow: auto;
}

