﻿.guest-fonts-inputs {
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
    font-weight: 400;
}

.div-center {
    width: 650px;
    height: 650px;
    background-color: #fff;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    overflow: auto;
    padding: 1em 2em;
    display: table;
}

div.content {
    display: table-cell;
    vertical-align: middle;
}

.input-lg {
    height:60px !important;
}

/* Headline styling */
h1 {
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 10px;
}

/* Subheading styling */
p {
/*    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    unicode-bidi: isolate;*/
}


.btnSubmit {
    width: 150px;
    height: 50px;
    color: #fff;
    background-color: #e82e20;
    border: 1px solid #e82e20;
    border-radius: 4px;
    font-size: 16px;
    line-height: 50px;
    text-decoration: none;
}

.btnSubmit:hover {
    width: 150px;
    height: 50px;
    color: #e82e20;
    background-color: #ffffff;
    border: 1px solid #e82e20;
    border-radius: 4px;
    font-size: 16px;
    line-height: 50px;
    text-decoration: none;
}
