﻿.messagePanel {
    width: 100%;
    height: Calc(100vh - 50px);
    display: block;
    float: left;
    position: relative;
    margin: 0;
    border: none;
    padding: 0;
    background-image: url('/Accounts/rapidbsi/Images/TheWorld.jpg');
    background-position: left;
}

.messageContainer {
    background-color: whitesmoke;
    width: calc(100% - 80px);
    min-width: 300px;
    max-width: 800px;
    margin: 40px auto;
    padding: 20px 40px;
}

.contactUsNameAddress {
    width: 100%;
    float: left;
    display: inline-block;
    position: relative;
    text-align: center;
    margin: 0;
    border: none;
    padding: 0;
}

    .contactUsNameAddress h3 {
        margin: 0 0 0 0;
        border: none;
        padding: 0;
    }

    .contactUsNameAddress p {
        margin: 0 0 10px 0;
        border: none;
        padding: 0;
    }

.contactUsPhone {
    width: 100%;
    float: right;
    display: inline-block;
    position: relative;
    text-align: center;
    margin: 0;
    border: none;
    padding: 0;
}

    .contactUsPhone p {
        margin: 0;
        border: none;
        padding: 0;
    }

.contactUsInstructions {
    width: 80%;
    float: left;
    display: inline-block;
    position: center;
    text-align: left;
    margin: 0 0;
    border: none;
    padding: 0 10%;
    justify-content: center;
}

.confirmationMsg {
    width: 100%;
    margin: 0% auto;
    visibility: hidden;
    height: 0;
    overflow: hidden;
    text-align: center;
    -moz-animation: cssAnimation 0s ease-in 5s forwards; /* Firefox */
    -webkit-animation: cssAnimation 0s ease-in 5s forwards; /* Safari and Chrome */
    -o-animation: cssAnimation 0s ease-in 5s forwards; /* Opera */
    animation: cssAnimation 0s ease-in 5s forwards;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

    .confirmationMsg p {
        color: white;
        background-color: red;
    }

@keyframes cssAnimation {
    to {
        width: 0;
        height: 0;
        overflow: hidden;
    }
}

@-webkit-keyframes cssAnimation {
    to {
        width: 0;
        height: 0;
        visibility: hidden;
    }
}


.messageFormLayout {
    padding-top: 8px;
    padding-bottom: 8px;
}

.messageFormLayoutGroup {
    width: 100%
}

.mobileAlign {
    text-align: center !important;
}

@media(max-width:840px) {
    .mobileGroupIndent {
        padding-top: 20px;
    }
}

.maxWidth {
    max-width: 360px !important;
}

.fullHeight {
    height: 100% !important;
}

.fullWidth {
    width: 100% !important;
}
