@font-face {
    font-family: 'Helvetica Neue Condensed';
    src: url('/assets/fonts/HelveticaNeue-Condensed.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica Neue Light';
    src: url('/assets/fonts/HelveticaNeue-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Nexa Regular';
    src: url('/assets/fonts/NexaRegular.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Nexa Bold';
    src: url('/assets/fonts/NexaBold.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir Regular';
    src: url('/assets/fonts/AvenirNextCyr-Regular.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir Medium';
    src: url('/assets/fonts/AvenirNextCyr-Medium.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
  background: url("assets/img/cardio-dark.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.title {
  margin-top: 150px;
  text-align: center;
}

.description {
  font-family: 'Nexa Regular','Helvetica Neue Light', 'Helvetica Neue',Helvetica,sans-serif;
  font-size: 36px;
  color: white;
  text-transform: uppercase;
  white-space: nowrap;
}

.sub-description {
  font-family: 'Nexa Regular','Helvetica Neue Light', 'Helvetica Neue',Helvetica,sans-serif;
  font-size: 24px;
  color: white;
  text-transform: uppercase;
  white-space: nowrap;
}

.password-form, .password-form label {
  font-family: 'Nexa Regular','Helvetica Neue Light', 'Helvetica Neue',Helvetica,sans-serif;
  font-size: 10px;
  color: white;
  text-transform: uppercase;
  white-space: nowrap;
}

.logo {
  vertical-align: inherit;
}

.password-form .button {
  font-family: 'Nexa Regular','Helvetica Neue Light', 'Helvetica Neue',Helvetica,sans-serif;
  background-color: #EC8038;
  white-space: nowrap;
}

.password-form .button:hover {
  background-color: #EC8038;
}

#delete-account .title {
    margin-top: 100px;
}

#facebook-button, #google-button, #apple-button {
    display:block;
    margin:20px auto;
    cursor:pointer;
    border-radius: 100px;
    font-size: 16px;
    color: #FFFFFF;
    font-family: 'Nexa Regular','Helvetica Neue Light', 'Helvetica Neue',Helvetica,sans-serif;
    width: 340px;
}

#facebook-button {
    background: #355B9B;
}

#google-button {
    background: #E14C35;
}

#apple-button {
    background: #000;
}

.delete-account {
    margin-top: 100px;
    width: 100%;
    text-align: center;
}

.delete-account a {
    font-family: 'Nexa Regular','Helvetica Neue Light', 'Helvetica Neue',Helvetica,sans-serif;
    color: #EC8038;
    text-transform: uppercase;
}

.delete-account a:hover {
    text-decoration: underline;
}

/* Angular-Flash */
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.alert h4 {
    margin-top: 0;
    color: inherit;
}
.alert .alert-link {
    font-weight: bold;
}
.alert > p, .alert > ul {
    margin-bottom: 0;
}
.alert > p + p {
    margin-top: 5px;
}
.alert-dismissable, .alert-dismissible {
    padding-right: 35px;
}
.alert-dismissable .close, .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}
.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.alert-success hr {
    border-top-color: #c9e2b3;
}
.alert-success .alert-link {
    color: #2b542c;
}
.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.alert-info hr {
    border-top-color: #a6e1ec;
}
.alert-info .alert-link {
    color: #245269;
}
.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.alert-warning hr {
    border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
    color: #66512c;
}
.alert-error {
    color: #FFFFFF;
    background-color: #a94442;
    border-color: #ebccd1;
}
.alert-error hr {
    border-top-color: #e4b9c0;
}
.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.alert-danger hr {
    border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
    color: #843534;
}
.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}
.close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5;
}
button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.alertIn, .alertOut {
    -webkit-transition: -webkit-transform 0.22s cubic-bezier(0.25, 0, 0.25, 1), opacity 0.22s cubic-bezier(0.25, 0, 0.25, 1);
    -moz-transition: -moz-transform 0.22s cubic-bezier(0.25, 0, 0.25, 1), opacity 0.22s cubic-bezier(0.25, 0, 0.25, 1);
    -o-transition: -o-transform 0.22s cubic-bezier(0.25, 0, 0.25, 1), opacity 0.22s cubic-bezier(0.25, 0, 0.25, 1);
    transition: transform 0.22s cubic-bezier(0.25, 0, 0.25, 1), opacity 0.22s cubic-bezier(0.25, 0, 0.25, 1);
}
.alertIn.ng-hide-remove, .alertOut.ng-hide-add.ng-hide-add-active {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0px, 0px);
    transform: translate3d(100px, 0px, 0px);
    display: block !important;
}
.alertOut.ng-hide-add, .alertIn.ng-hide-remove.ng-hide-remove-active {
    opacity: 1;
    display: block !important;
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}
