@font-face {
    font-family: 'OpenSans-Bold';
    src: url('../fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Bold.woff') format('woff'), url('../fonts/OpenSans-Bold.ttf') format('truetype'), url('../fonts/OpenSans-Bold.svg#OpenSans-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans';
    src: url('../fonts/OpenSans.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans.woff') format('woff'), url('../fonts/OpenSans.ttf') format('truetype'), url('../fonts/OpenSans.svg#OpenSans') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans-Semibold';
    src: url('../fonts/OpenSans-Semibold.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Semibold.woff') format('woff'), url('../fonts/OpenSans-Semibold.ttf') format('truetype'), url('../fonts/OpenSans-Semibold.svg#OpenSans-Semibold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans-ExtraBold';
    src: url('../fonts/OpenSans-ExtraBold?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-ExtraBold.woff') format('woff'), url('../fonts/OpenSans-ExtraBold.ttf') format('truetype'), url('../fonts/OpenSans-ExtraBold.svg#OpenSans-ExtraBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

* {
    box-sizing: border-box;
    font-size: 0;
    position: relative;
    -webkit-appearance: none;
}

*:focus,
*:hover {
    outline: none;
}

html,
body {
    padding: 0;
    margin: 0;
    font-family: sans-serif;
    height: 100%;
}

.container {
    width: 100%;
    height: 100%;
    background-color: #fff;
}

.login-wrapper {
    position: absolute;
    width: 29.2vw;
    top: 50%;
    left: 0;
    margin: auto;
    text-align: center;
    right: 0;
    transform: translateY(-50%);
    border-radius: 2px;
    box-shadow: -1px 4px 18px 9px #f6f6f6;
    -webkit-box-shadow: -1px 4px 18px 9px #f6f6f6;
    -moz-box-shadow: -1px 4px 18px 9px #f6f6f6;
}

.login-page-wrapper {
    overflow: hidden;
    height: 100%;
}

.login-wrapper h1 {
    display: inline-block;
    font-size: 1.5vw;
    font-weight: 700;
    padding: 0.75vw;
    color: #000;
    margin: 0;
    border-bottom: 5px solid #3F87F5;
}

.login-wrapper p {
    font-size: 1.2vw;
    color: #000;
    margin: 3.3vw 0;
}

.login-wrapper button,
.header .account-details button {
    background-color: #2388fe;
    color: #fff;
    font-size: 1vw;
    padding: 1.5vw 7.8vw;
    margin: 2vw auto 4vw;
    border-radius: 5px;
    text-align: center;
    border: none;
    cursor: pointer;
}

.login-wrapper .footer {
    position: absolute;
    bottom: -3.4vw;
    right: 0;
}

.login-wrapper .footer p {
    display: inline-block;
    vertical-align: middle;
    font-size: 1vw;
    color: #000;
    margin: 1vw;
}

.login-wrapper .footer a:last-child p {
    margin-right: 0;
}

.login-wrapper .abcRioButtonContents span {
    font-size: 0.95vw;
    font-family: 'OpenSans';
}

.login-wrapper .abcRioButton.abcRioButtonBlue {
    width: 85% !important;
    display: block;
    margin: 5.2vw auto 9.5vw;
    border-radius: 3px;
    padding: 1.4vw 0;
    height: auto !important;
    background-color: #3f87f5;
    box-shadow: none !important;
}

.login-wrapper .abcRioButtonBlue:hover {
    background-color: #2388fe !important;
}

.login-wrapper .abcRioButtonBlue {
    background-color: #3f87f5;
}

.login-wrapper p.login-response {
    color:red; 
    padding: 0 2vw; 
    position: absolute; 
    bottom:0; 
    font-size: 14px;
}

.login-wrapper img {
    display: block;
    width: 15vw;
    margin: 3vw auto;
}

.login-wrapper h1 {
    font-size: 1.5vw;
    border-bottom: 3px solid #3f87f5;
    color: #464646;
    line-height: 1.4em;
    padding: 0.75vw 0;
    font-family: 'OpenSans-Bold';
    font-weight: normal;
}

.login-wrapper {
    width: 29.33%;
}

.login-wrapper .footer p {
    font-size: 0.85vw;
    color: #404040;
    font-family: 'OpenSans-Semibold';
}

.abcRioButtonSvg {
    display: block;
    width: 45px !important;
    height: 45px !important;
}

.abcRioButtonBlue .abcRioButtonContentWrapper {
    position: relative;
}

.abcRioButtonIcon {
    position: absolute;
    top: -40%;
    left: 1.4%;
}

.abcRioButtonIconImage {
    width: 100% !important;
    height: 100% !important;
}

#sign-in-btn iframe {
    display: block;
    position: relative;
    top: initial;
    left: initial;
    height: 100px;
    border: 0px;
    margin: 50px auto 60px !important;
  }
  