﻿body {
    background-color: #ebebeb;    
    height: 100%;
}


.formLayout-verticalAlign {
    display: table-cell;
    vertical-align: middle;
}

.formLayout-container {
    background-color: white;
    margin-left: auto;
    margin-right: auto;
    /*margin-top:-30px;*/
    padding-bottom:10px;
    padding-top:5px;    
    max-width: 340px;
    box-shadow: 0px 1px 4px 0 rgba(0, 0, 0, 0.2) !important;
    border-radius: 12px;
    
}

.form {
    padding-bottom: 0;
}

.content {
    display: table;
}


.eye-button {
    background: none;
}

.eye-button > div {
    background: url('eye-button.svg') no-repeat center;
    width: 28px;
    height: 14px;
    vertical-align: baseline;
    pointer-events: none;
    user-select: none;
}

.eye-button.show-password > div {
    background: url('eye-button-hide.svg') no-repeat center;
}

input[type=password]::-ms-reveal,
input[type=password]::-ms-clear {
    display: none;
}

/*input[type="text"] {
    font-family: verdana, Arial,'sans serif';
    color: Blue;
    background-color: Gray;
}*/
