
main, body {
    /* background-color: #fff; */
    /*background-image: url("/ams/images/ClaimFast_background_optimised_398-a401ddb95173ecc5186c1b06809115e3.jpg");
    background-repeat: repeat;*/
}
body {
    overflow-x: hidden; 
}
#padding-container {
    padding: 20px; 
    height: 100%;
}
.bg-white1 {
    border: solid 3px #2E3138;
}
.bg-pattern {
    background-image: url("/ams/images/ClaimFast_background_optimised_398-a401ddb95173ecc5186c1b06809115e3.jpg");
    background-repeat: repeat;
}
.login-header-container {
    min-height: 150px;
    margin-bottom: 30px;
    padding: 0;
}
.login-header {
    width: 100%;
    color: #fff;
    font-family: "CeraPROFamily";
    background-color: #2E3138;
    padding: 10px 15px;
    /*font-weight: bold;*/
    font-size: 0.75rem;
}
.login-header-container-error {
    min-height: 150px;
    padding: 0;
    border: 3px solid #D6001C;
}
.login-header-error {
    width: 100%;
    background-color: #D6001C;
    padding: 10px 30px;
    font-weight: bold;
    font-size: 0.75rem;
    color: #fff;
    text-align: center;
}
.login-content {
    padding: 15px;
    font-size: 0.625rem;
}
.login-content-error {
    padding: 15px 30px;
    font-size: 0.625rem;
    text-align: center;
}
#login-header-left {
    padding: 15px 0 0 15px;
}
.col-form-label {
    /*background-color: #fff;*/
    margin: 0;
    color: #D6001C;
    font-size: 0.625rem;
}
form {
    padding: 15px 30px;
}
.red-highlight {
    color: #D6001C;
}
h1 {
    font-size: 1rem;
    color: #D6001C;
    letter-spacing: 1px;
}
h3 {
    font-size: 0.875rem;
    color: #D6001C;
    letter-spacing: 1px;
}
button#getCodeBtn {
    background-color: #D6001C;
    border-color: transparent;
    font-size: 0.70rem;
}
button#getCodeBtn:hover {
    background-color: #b70827;
    border-color: transparent;
}
button#submitCodeBtn {
    background-color: #007bff;
    border-color: transparent;
    font-size: 0.70rem;
}
button#submitCodeBtn:hover {
    background-color: #006dff;
    border-color: transparent;
}
#footer-sub-section {
    padding: 15px;
    color: #fff;
    font-size: 0.625rem;
}
#footer-sub-section a {
    color: #fff;
}
#imageModal div div.modal-content {
    display: block;
}
#imageModal div div div.modal-body {
    padding: 0;
}
#imageModal .splash-img img {
    opacity: 0;
}
#imageModal .splash-img {
    background: url("/ams/images/ClaimFast_AMS_Splash Screen PopUp _DARK@2x-100-9a2fbd96c0cd083e9b30108697fe4104.jpg") center center no-repeat;
    background-size: cover;
}
#accessCodeModal div.modal-content {
    border: 3px solid rgba(25, 25, 25, 0.5);
}
.modal-header {
    color: #fff;
    background-color: #191919;
    border: 0;
}
.modal-body {
    text-align: center;
}
.modal-footer {
    justify-content: center;
}
.modal-title {
    display: inline-block;
}
.title2 {
    width: 100%;
    text-align: center;
}
.background-red {
    background-color: #D6001C;
}
.font-white {
    color: #fff;
}
.font-grey {
    color: #696969;
    font-style: italic;
}
.font-red {
    color: #D6001C;
    font-weight: bold;
    font-size: 0.75rem;
}
.header-center {
	width: 100%;
	text-align: center;
}
#accessCodeModal div div div button.close, #accessCodeModal div div div button.close:hover {
	color: #fff;
}

#claimfast-logo {
	height: 22px;
	max-height: 22px;
}

/* Extra small devices (portrait phones, less than 576px)*/
@media only screen and (max-device-width: 576px), only screen and (max-width: 576px) {
    body {
        padding-top: 0;
    }
    .m-b30 {
        margin-bottom: 30px;
    }
    #footer-sub-section {
        font-size: 0.625rem;
	margin: auto;
  	width: 100%;
    }
    h1 {
        font-size: 1rem;
    }
}
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 768px) {
    body {
        padding-top: 0;
    }
    .m-b30 {
        margin-bottom: 30px;
    }
}
@media screen and (min-width: 768px) {
    .modal-dialog {
        width: 70%; /* New width for default modal */
    }
    .modal-sm {
        width: 50%; /* New width for small modal */
    }
    #claimfast-logo {
	height: 12px;
    }
    body {
        padding-top: 8rem;
    }
}
@media screen and (min-width: 992px) {
    .modal-lg {
        width: 43%; /* New width for large modal */
    }
    body {
        padding-top: 6rem;
    }
    #claimfast-logo {
	height: 20px;
    }
}


