@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700');

html, body {
    position: relative;
    height: 100%;
}

a, a:hover {
    text-decoration: none
}

body {
    position: relative;
    font-family: 'Roboto', sans-serif;
    position: relative;
    padding: 0px;
    margin: 0px;
    background: #ecf0f1 url("../images/map-bg.png") center bottom no-repeat;
}

.footer-logo {
    position: absolute;
    right: 30px;
    bottom: 30px;
}

.Loginplaceholder {
    width: 750px;
    height: 382px;
    text-align: center;
    position: absolute;
    margin: -275px 0 0 -375px;
    left: 50%;
    top: 50%;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;

}

.Loginplaceholder .logo-panel {
    margin: 0;
    padding: 0;
    padding-bottom: 40px;
    display: block;
    text-align: center;
}

.login-container {
    background: #FFF;
    float: left;
    width: 100%;
    height: 307px;
    border-radius: 4px;
    position: relative;
    -webkit-box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.25);

    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.login-container section {
    float: left;
    width: 50%;
    position: relative;
}

.login-container a.container-link {
    margin: 0;
    padding: 90px 5% 65px 5%;
    float: left;
    position: relative;
    height: 71%;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.login-container section a.container-link {
    display: block;
    position: relative;
    /*border-right: 1px solid #d2d2d2;*/
    transition: all 0.5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all 0.5s ease;
}

.login-container section a.container-link:after{
    width: 1px;
    background-color: #d2d2d2;
    content: "";
    position: absolute;
    display: block;
    right: 0px;
    top: 0px;
    bottom: 0px;
    
}

.login-container section a.container-link:hover {
    background: rgba(238, 238, 238, 0.50);
}

.login-container a.hover .linkbtn {
    background: #bf023a;
}

.login-container a.hover .linkbtn .fa {
    margin-left: 25px;
    transition: all .5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.login-container section a.border-right-none {
    border-right: 0px !important;
}

.login-container section h2 {
    margin: 0px;
    padding: 0;
    font-size: 26px;
    font-weight: 400;
    text-transform: uppercase;
    color: #000;
}

.login-container section p {
    color: #312c32;
    font-size: 14px;
    width: 75%;
    display: inline-block;
}

.login-container section .linkbtn {
    position: absolute;
    width: 100%;
    padding: 26px 0 26px 0;
    background: #EB0045;
    color: #FFF;
    font-size: 16px;
    text-transform: uppercase;
    left: 0px;
    right: 0;
    top: 100%;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.login-container section .linkbtn .fa {
    font-size: 20px;
    line-height: 1px;
    margin-left: 10px;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.login-container section .left {
    border-bottom-left-radius: 5px;
    border-right: 1px solid #7e0f12 !important;
    z-index: 11;
}

.login-container section .right {
    border-bottom-right-radius: 5px;
}

.login-container section .linkbtn:hover {
    background: #bf023a;
}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {


    .Loginplaceholder {
        width: 80%;
        height: 382px;
        text-align: center;
        position: absolute;
        margin: 50px 0 0 10%;
        left: 0%;
        top: 0%;
    }

}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width: 320px) and (max-device-width: 768px) {
    body {
        background: #ecf0f1 url("../images/map-bg.png") center 125% no-repeat;
    }

    .login-container {
        height: auto;
    }

    .Loginplaceholder {
        width: 90%;
        height: auto;
        text-align: center;
        position: static;
        margin: 5% 0 0 5%;
    }
    .login-container section {
        width: 100%;
        float: none;
        padding-top: 0;
        padding-bottom: 0;
    }
    .login-container a.container-link { float: none; padding: 30px 5% 30px 5%;}

    .login-container section .linkbtn {border-radius: 6px; position: relative; padding: 20px 0 20px 0;}
    .footer-logo {
        position: absolute;
        right: 50%;
        bottom: 30px;
        margin-right: -61px;
        display: none;
    }

}