/*
	Style to overwrite default site style
	Only to be use on admin layout
, 
*/
input, select{
	height: 40px !important;
	padding: 7px 20px !important;
}
input{
    border-radius: 5px !important;
/*    width: 300px !important;*/
}
body{
    height: inherit;
}
textarea{
	height: 80px;
}
.silkselect{
    padding: 6px 20px !important;
}
.maincontent{
    height: 100vh;
}
.main{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80%;
}
.h4 {
    padding: 5px;
}
.button, input[type=submit] {
    width: auto !important
}
.form div.input{
	padding: 5px;
}

.card {
    padding-bottom: 0px !important;
    top: 0px !important;
    border: unset !important;
    margin: 0px !important;
}

.pwshow {
    margin-top: 15px;
    font-size: 18px;
    margin-left: -25px;
    color: #666;
    cursor: pointer;
}

._ModalFooter {
    padding: 5px 25px 5px 5px;
    border-top: #e3dfdf solid;
}