html, body {
    /*margin: 0;*/
    /*padding: 0;*/
    /*min-width: 100%;*/
    /*width: 100%;*/
    /*max-width: 100%;*/
    /*min-height: 100%;*/
    height: 100%;
    /*max-height: 100%;*/
}
html {
    display: table;
    margin: auto;
}
body {
    display: table-cell;
    vertical-align: middle;
}
img {
    width: 120px;
    cursor: pointer;
}
.wrapper {
    margin-top: 3%;
}
/*.bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; 
    background-size: cover;

}*/

/*.bg-color {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
   
}*/

.login-form {
    width: 320px;
}
.login-form-text {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.8rem;
}
.btn {
    border-radius: 50px;
}
.medium-small {
    font-size: 0.9rem !important;
}