.logo {
    display: block;
    max-width:230px;
    max-height:25px;
    width: auto;
    height: auto;
}
.support-phone {
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url('../images/phone.svg');
    margin-top: 10px;
}
p {
    font-size: 14px;
}
.alert {
    font-size: 14px;
}
.btn {
    font-size: 16px;
}

li > a {
    background-color:transparent !important;
}

.info-section {
    border: 1px solid #00819E;
    background: #E6F2F9;
    padding: 8px;
    font-size: 16px;
    border-radius: 6px;
    margin: 0 auto;
    box-sizing: border-box;
}


.tip-point {
    position: relative;
    margin-left: 8px;
    margin-bottom: 8px;
}
.tip-point:before {
    content: url("/secure/images/light_bulb_tip.png");
    display: block;
    float: left;
    position: absolute;
}

.tip-section {
    border: 1px solid #FFB546;
    background: #FFFFFF;
    padding: 10px 16px 6px 16px;
    border-radius: 5px;
    margin-top: 16px;
    margin-bottom: 16px;
    box-sizing: border-box;
}

.tip-section-text {
    margin-left: 48px;
    margin-right: 16px;
}

.password-1-icon {
    float: right;
    margin-left: -25px;
    margin-top: -93px;
    position: relative;
    z-index: 2;
}

.password-2-icon {
    float: right;
    margin-left: -25px;
    margin-top: -45px;
    position: relative;
    z-index: 2;
}

.social-icon {
    max-width:75px;
    max-height:75px;
}