
@font-face {
    font-family: 'Lloyds Bank Jack';
    src: url('lloyds_bank_jack-mediumWEB') format('woff');
    font-weight: bold;
 }
 @font-face {
    font-family: 'Lloyds Bank Jack';
    src: url('lloyds_bank_jack-regularWEB') format('woff');
    font-weight: normal;
    font-style: normal;
 }
 
body {
    background-color: white;
    font-family: 'Lloyds Bank Jack';
   
}

.ockto-logo {
    margin-top: 20px;
}

.top-logo {
    margin-left: 20px;
}

.main-container {
    background: #006A4D;
    margin: 20px auto;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 25px;
    padding: 20px;
}

.offset-empty {
    margin: 0 auto;
    max-width: 930px;
}

.center-logo {
    margin: 20px;
    height: 200px;
    background-image: url("center-logo.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.white-octagon {
    background-image: url("white-octagon.png");
    height: 25px;
    width: 25px;
    float: left;
    margin-right: 10px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.chevron {
    background-image: url("chevron.png");
    height: 17px;
    width: 10px;
    float: left;
    margin-top: 4px;
    margin-left: 10px;
    margin-right: 5px;
    background-position: left;
    background-size: contain;
    background-repeat: no-repeat;
}

.margin-20 {
    margin-left: 20px;
    margin-right: 20px;
}

.centered {
    margin: 0px auto;
    width: 190px;
}

.left-float {
    margin-left: 20px;
}

h2 {
    color: white;
    font-size: 22pt;
    text-align: center;
    color: white;
}

.offset-20 {
    margin-left: 20px;
    margin-right: 20px;
}

.download-ockto-button {
    font-size: 17px;
    font-weight: bold;
    padding: 8pt 30px;
    background: #D47117;
    color: white;
    border-radius: 10px;
    max-width: 200px;
    margin: 40px auto;
    text-decoration: none;
    text-align: center;
}

a.download-ockto-button {
    text-decoration: none;
}

.download-ockto-button:hover {
    cursor: pointer;
}

.pressed-button-text {
    font-size: 17px;
    visibility: hidden;
    margin: 20px auto;
    text-align: center;
    color: #ffffff;
    font-weight: 600;
}

.just-text {
    color: #ffffff;
    text-align: center;
    font-size: 17pt;
}

.centered-text {
    text-align: center;
}

.extra-link a {
    text-decoration: none;
    font-size: 16px;
    color: black;
}

.extra-link a:hover {
    color: rgb(47, 181, 189);
}