/* Custom Stylesheet */


/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */

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

[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-facebook:before {
    content: "\e901";
    color: #3b5998;
}

.icon-telegram:before {
    content: "\e902";
    color: #2ca5e0;
}

.icon-viber:before {
    content: "\e903";
    color: #7c529e;
}

.icon-lirax-logo:before {
    content: "\e900";
}



body {
    background: url(../img/bg2.jpg) center top no-repeat;
    background-size: cover;
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    background-attachment: fixed;
}

main {
    flex: 1 0 auto;
}

nav .hide-on-med-and-down a,
nav .button-collapse {
    color: #666;
}

.card {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

.icon-block {
    padding: 0 15px;
}

.icon-block .material-icons {
    font-size: inherit;
}



/* label focus color */

.input-field input[type=text]:focus+label,
.input-field input[type=password]:focus+label {
    color: #29b6f6 !important;
}


/* label underline focus color */

.input-field input[type=text]:focus,
.input-field input[type=password]:focus {
    border-bottom: 1px solid #29b6f6 !important;
    box-shadow: 0 1px 0 0 #29b6f6 !important;
}

[type="checkbox"]:checked+label:before {
    border-right-color: #4CAF50 !important;
    border-bottom-color: #4CAF50 !important;
}


#lirax-widget-phone-number{
  padding-bottom: 0;
  margin-bottom: 0;
}

#lirax-widget-phone-number:focus{
  box-shadow: none;
  border: 0; 
}


/* invalid color */

.input-field input[type=text].invalid {
    border-bottom: 1px solid #f00;
    box-shadow: 0 1px 0 0 #f00;
}