.heading-sign-up {
    font-size: 24px;
    font-weight: 700;
    margin: 0px;
    padding-bottom: 18px;
    color: #374151;
}

button {

}

.register-button {
    width: 100%;
    padding:12px;
    -webkit-appearance: none;
    background-color: #0073C7;
    color:#FFFFFF !important;
    text-decoration:none !important;
    text-transform: none !important;
    margin:0px;
    font-family: "Lato",helvetica,arial,sans;
    font-weight: 700;
    font-size: 14pt;
    text-align: center;
    cursor: pointer;
    border-radius: 6px;
    border: none;
    transition: all .15s linear;
    outline:none;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}

.register-button:hover {
    background-color: #005B9E;
}

.sign-in-button-round {
    padding:12px;
    -webkit-appearance: none;
    background-color: #0073C7;
    color:#FFFFFF !important;
    text-decoration:none !important;
    margin:0px;
    font-family: "Lato",helvetica,arial,sans;
    font-weight: 400;
    font-size: 14pt;
    text-align: center;
    cursor: pointer;
    border-radius: 6px;
    border:1px solid #006ca4;
    transition: all .15s linear;
    outline:none;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}

.sign-in-button-round:hover {
    background-color: #005B9E;
}

.dk-signinForgotPassword {
    margin-top: 18px;
    font-size:11pt;
    font-weight: 400;
    text-align: center;
}

.homeFormInputContainerSignin {
    border: 1px solid rgba(34, 34, 34, 0.2);
    border-radius: 6px;
    padding-left:12px;
    margin-bottom: 18px;
    background-color: white;
    box-sizing: border-box;
    width: 100%;
}

.homePageSignupBox {
    max-width: 440px;
    width: 100%;
    padding: 24px;
    box-sizing: border-box;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08), 0px 4px 12px rgba(0, 0, 0, 0.05);
    border-radius: 6px;
    background: #ffffff;
    border: 1px solid rgba(221, 221, 221, 0.2);
}

.signinBoxContainer {
    max-width: 1162px; 
    margin: auto; 
    margin-top: -40px; 
    margin-bottom: 40px;
    box-sizing: border-box;
}

.signinBox {
    box-sizing: border-box;    
    z-index: 1000;
    position:absolute;
    background:white;
    right:0px;
    text-align:left;
    border:1px solid #CCC;
    margin:-2px 0px 0px 0px;
    width:300px;
    padding: 24px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08), 0px 4px 12px rgba(0, 0, 0, 0.05);
    border-radius: 6px;
}

.homeFormInput {
    width:100%;
    line-height:22px;
    height:42px;
    font-size:18px;
    border:none;
    border-radius: 6px;
    outline:none;
    border-width:0px;
    margin:0px;
    padding:0px;
    font-weight: 400;
}

.homeFormInputContainer {
    border:1px solid #AAA;
    padding-left:10px;
    margin-bottom:18px;
    background-color: white;
    box-sizing: border-box;
    width: 100%;
    border-radius: 6px;
}

#sitetran_translate_element select {
    padding: 6px;
    border: 1px solid rgba(0,0,0,0.3);
}

.signinBoxNotification {
    background: transparent;
    color: #B91C1C;
    font-size: 11pt;
    font-weight: 400;
    padding: 0;
    margin: 0;
    padding-bottom: 8px;
}

@media screen and (max-width: 1168px) {
    .signinBox {
        margin-right: 20px;
    }
}

@media screen and (max-width: 820px) {
    .dv-popup-wrapper {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .signinBox {
        box-shadow: none;
        top: 28px;
        position: absolute;
        background:white;
        right:0px;
        text-align:left;
        border:1px solid #CCC;
        margin:0px 0px 15px 0px;
        width:100%;
        padding:20px;
    }

    .homePageHeader {
        gap: 8px;
    }
}

@media screen and (max-width: 480px) {
    .homePageSignupBox {
        max-width: 440px;
        width: 100%;
        padding: 24px;
        box-sizing: border-box;
        box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08), 0px 4px 12px rgba(0, 0, 0, 0.05);
        border-radius: 6px;
        background: #ffffff;
        border: 1px solid rgba(221, 221, 221, 0.2);
    }
}

.twitterEmbed {
    float:left;
    margin:0px 0px 0px 0px;
}