﻿form {
    padding-top: 10px;
    font-size: 14px;
    margin-top: 30px;
}

.card-title {
    font-weight: 300;
}

.btn {
    font-size: 14px;
    margin-top: 20px;
}

.login-form {
    width: auto;
    /*height:500px;*/
    margin-bottom: 10px;
}

@media screen and (min-width: 576px) {
    .login-form {
        height: 470px;
    }
}


.sign-up {
    text-align: center;
    padding: 20px 0 0;
}

.p-6 {
    padding: 2.5rem !important;
    width: 600px;
}

span {
    font-size: 14px;
}

/*.container {
	width: auto;
	min-width: 988px;
	max-width: 95%;

}*/
.btn-primary {
    background-color: #0a58ca !important;
    border-color: #0a58ca !important;
    color: #fff !important;
}

.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -80px; /* the bottom margin is the negative value of the footer's height */
}

h1#logo a {
    background: url(../Images/ui/logo-main.png) no-repeat;
    background: url(../Images/ui/logo-main-ie.png) no-repeat\9; /* IE 8 and below */
    -moz-background-size: 150px 75px;
    -o-background-size: 150px 75px;
    -webkit-background-size: 150px 75px;
    background-size: 150px 75px;
    width: 150px;
    height: 75px;
    display: block;
    font-size: 0;
}

h2#logobanner {
    background: url(../Images/ui/logobanner.png) no-repeat;
    background: url(../Images/ui/logobanner-ie.png) no-repeat\9; /* IE 8 and below */
    background-size: 315px 75px;
    width: 315px;
    height: 75px;
    display: block;
    font-size: 0;
}

header {
    margin-bottom: 10px;
    background: url(../Images/ui/header-bgwrap.png) no-repeat center top;
    overflow: visible;
}

@font-face {
    font-family: 'kpmg light';
    src: url('../Fonts/KPMG-LIGHT.ttf') format('truetype'), url('../Fonts/KPMG-LIGHT.eot');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'kpmg extralight';
    src: url('../Fonts/KPMG-EXTRALIGHT.ttf') format('truetype'), url('../Fonts/KPMG-EXTRALIGHT.eot');
    font-weight: normal;
    font-style: normal;
}

@media screen and (max-height: 767px) {
    #rc-imageselect, .g-recaptcha {
        transform: scale(0.77);
        -webkit-transform: scale(0.77);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
}

/*.card {
	flex-direction: row;
}*/

@media screen and (min-width: 576px) {
    .card {
        flex-direction: row;
    }
    .align-items-center{
        height:91vh !important;
    }
}

@media screen and (max-width: 575.9px) {
    .p-6 {
        width: 100%;
        padding-right: 15px !important;
        padding-left: 15px !important;
    }

    .card img {
        margin-top: 10px;
        margin-left: 10px;
        width:35% !important;
    }

    form {
        padding-top: 0px;
        margin-top: 0px;
    }

    .align-items-center {
        align-items: unset !important;
    }
    .shadow{
        height:99vh !important;
    }
    .login-form{
        padding-bottom:0px;
        margin-bottom:0px !important;
    }
}


.card img {
    width: 22%;
}

@media only screen and (max-width: 768px) {

    .card-body {
        padding: 0.5em 1.2em;
    }

        .card-body .card-text {
            margin: 0;
        }

    .card img {
        width: 20%;
    }
}

@media only screen and (max-width: 1200px) {
    .card img {
        width: 25%;
    }
}

.alert-error {
    background-color: #eed3d7;
    color: #b94a48;
}

body {
    background-image: url('background.png');
    background: #1f3b4d;
}

@media only screen and (max-width: 500px) {
    .g-recaptcha {
        transform: scale(0.77);
        transform-origin: 0 0;
    }

    .container-fluid {
        padding-right: 0;
        padding-left: 0;
        margin-right: auto;
        margin-left: auto
    }
}

@media only screen and (max-width: 335px){
    h4 {
        font-size: 18px !important;
    }
    h2 {
        font-size: 22px !important;
    }
}

.returnToSignIn {
    margin-top: 10px;
    margin-bottom: 10px;
}