﻿#loginAgain {
    color: #0680a3 !important;
    background-color: #fff !important;
    border-radius: 12px !important;
    border-color: #0680a3 !important;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}

#forgotPassword {
    color: #fff !important;
    background-color: #0680a3 !important;
    border-radius: 12px !important;
    border-color: #fff !important;
}

#failedPasswordAttemptCountContent {
    width: 35% !important;
}

#failedPasswordAttemptCount {
    top: 50%;
    left: 50%;
    transform:translate(-50%, -50%);
    position: fixed;
}

.profile-preferred-telephone button {
    width: 100%;
    border-radius: 0;
    line-height: 20px;
}

	.profile-preferred-telephone button span[class^="icon-"] {
		font-size: 3rem !important;
		width: 100%;
		padding-top: 10px;
	}

	.profile-preferred-telephone button:not(.active) {
		color: #4e5d60;
	}
	
	.btn-group.profile-preferred-telephone  {
		padding-left: 0px;
		padding-right: 0px;
	}
    .profile-preferred-telephone button span[class^="icon-"] {
        font-size: 4rem !important;
        width: 100%;
    }

