/*------------------------------------------------------------------
 * Theme Name: galaxy
 * Theme URI: https://codecanyon.net/user/amir_ardakani
 * Author: Amir Ardakani
 * Author URI: https://www.asardakani.info/
 * Description: A Bootstrap Responsive HTML5 Template
 * Version: 1.0
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Bootstrap v4.2.1 (http://getbootstrap.com)
 * Copyright 2018 Amir Ardakani.
 -------------------------------------------------------------------*/
/*------------------------------------------------------------------
[Table of contents]

1. General Styles.
2. Preview Styles.
3. Responsive Styles.
-------------------------------------------------------------------*/

/* -----------------------------------
    1 - General Styles
------------------------------------*/

body, html {
    height: 100vh;
    padding: 0;
    margin: 0;
    font-family: 'Source Sans Pro', sans-serif;
    background: #FFFFFF !important;
    text-rendering: optimizeLegibility;
    overflow-x: hidden;
}
a{
    text-decoration: none !important;
    color: #5dacfa;
    transition: .2s;
}
a:hover{
    color: #177ee5;
}
.btn-primary{
    color:#fff;
    background-color:#006ff3;
    border-color:#006ff3
}


textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
    border-color: #177ee5;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
    outline: 0 none;
}
.btn-primary.focus, .btn-primary:focus {
    box-shadow: 0 0 0 0 rgba(0,123,255,0) !important;
}
.btn:not(:last-child) {
    margin-right: 1rem;
}
.btn-c{
    padding: .6rem .75rem;
}
.btn-social {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
}
.btn-social button {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    width: 60px;
    height: 60px;
    padding: 1rem;
    line-height: 30px;
    box-shadow: 0 0 20px rgba(0,0,0,.04);
}
.btn-social i{
    color: #FFFFFF;
    font-size: 30px;
}
.auth-wrapper{
    margin: 0;
    display: table;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background-color: #fff !important;
}
.auth-right, .auth-left {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100vh;
}
.auth-form{
    width: 480px;
    padding: 0px 40px;
}
.auth-right .heading {
    color: #FFFFFF;
}
.auth-right .heading h3{
    font-size: 38px;
    font-weight: 700;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
    letter-spacing: 5px;
    letter-spacing: .2777777777777778rem;
    font-style: normal;
    position: relative;
    right:0;
    text-transform: uppercase;
    text-shadow: 0 0 15px #FFFFFF;
}
.logo {
    margin: 80px 0 20px 0;
    margin-left: 110px;
}
.auth-text-top small{
    font-size: .9rem;
    font-weight: 600;
    color: #7e90a4;
}
.auth-text-bottom{
    text-align: center !important;
    margin: 30px 0 0 0;
}
.auth-text-bottom p{
    color: #354052;
}
.auth-text-bottom p a{
    color: #177ee5;
    font-weight: 600;
}
.form-control {
    position: relative;
    display: block;
    width: 100%;
    padding: .7rem .75rem;
    font-size: .84rem;
    color: #636c7b !important;
    border: 1px solid #c5ccd4;
    border-radius: .2rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.form-group .passtoggle{
    position: absolute;
    top: 5px;
    right: 10px;
    left: auto;
    font-size: 1.5rem;
    cursor: pointer;
    z-index: 9;
}
/* .form-group .input-icon .form-control {
    padding-left: 3rem;
}

.form-group .input-icon{
    position: relative;
} */
/* .input-icon i{
    position: absolute;
    top: 5px;
    left: 5px;
    font-size: 1.5rem;
    padding-left: 4px;
    color: #c5ccd4;
    z-index: 2;
} */

label{
    color: #354052;
    font-weight: 600;
    font-size: .9rem;
    /* display: block; */
}
/*.divider {
    color: #514f4f;
    font-weight: bold;
    width: 100%;
    margin: 20px auto;
    overflow: hidden;
    text-align: center;
    line-height: 1.2em;
}
  
.divider:before,
.divider:after {
    content: "";
    vertical-align: top;
    display: inline-block;
    width: 50%;
    height: 0.65em;
    border-bottom: 1px solid #ccc;
    margin: 0 2% 0 -55%;
}
  
.divider:after {
    margin: 0 -55% 0 2%;
}*/
.rounded-polygon{
    width: 180px;
    height: 180px;
    mix-blend-mode: multiply;
    margin: 0 auto;
}
.rounded-polygon img{
    width: 100%;
    height: 100%;
    clip-path: ellipse(40% 50% at 50% 50%);
}
.input-otp {
    width: 13% !important;
    height: 13% !important;
    padding: 1rem;
    margin: 0 auto;
    text-align: center;
    font-size: 1.2rem;
}
input[type="checkbox"].check-filter{
    position: absolute;
    opacity: 0 !important;
}
input[type="checkbox"].check-filter + label   {
    cursor: pointer;
    font-size: .8rem;
}
.check-filter + label:before {
    content: '';
    margin-top: -2px;
    margin-left: -20px;
    margin-right: 5px;
    display: inline-block;
    vertical-align: text-top;
    width: 20px;
    height: 20px;
    border-radius: 2px;
    border: 1px solid #f1ebeb;
    background: #ffffff;
    transition: .2s all ease-in-out;
}
.check-filter:checked + label:before {
    background: #36d04c;
}
.check-filter:checked + label:after {
    font-family: "Material Design Icons";
    color: #FFFFFF;
    position: absolute;
    top: -2px;
    left: 3px;
    font-size: 14px;
    content: "\F12C";
}
.bg-gradient{
    background: linear-gradient(-45deg, #6eaeda, #75cad2, #51d4b6, #74f9db);
    background-size: 400% 400%;
    -webkit-animation: Gradient 15s ease infinite;
    -moz-animation: Gradient 15s ease infinite;
    animation: Gradient 15s ease infinite;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0.55;
    height: -webkit-fill-available;
    height: inherit;
}
.shape{
    position: absolute;
    top: 0;
    left: 0;
    background-image: url('../img/shape.png');
    background-repeat: no-repeat;
    background-position: left;
    width: 100%;
    height: 100%;
    z-index: 1;
}
@-webkit-keyframes Gradient {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0% 50%
    }
}

@-moz-keyframes Gradient {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0% 50%
    }
}

@keyframes Gradient {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0% 50%
    }
}

/* -----------------------------------
    2 - Preview Styles
------------------------------------*/
.preview-body {
    text-align: center;
}
.preview-body .preview-logo {
    margin: 60px 0 15px 0;
}
.preview-body .preview-logo img {
    width: 100px;
}
.preview-body .preview-title {
    font-size: 25px;
    font-weight: 400;
    color: #fff;
    line-height: 35px;
    margin-bottom: 50px;
}
.preview-body .bg-gradient{
    height: 400px;
}
.preview-body .preview-shap{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url('../img/shape-h.png');
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.preview-body .list{
    padding: 60px;
}
.preview-body a.img-demo {
    color: #fff;
}
.preview-body .img-demo {
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 20px 0;
}
.preview-body .img-demo:hover .overlay{
    opacity: 1;
}
.preview-body .img-demo .overlay{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    border-radius: 15px;
    opacity: 0;
    background: rgba(0, 0, 0, 0.5);
    transition: .1s all linear;
}
.preview-body .img-demo .overlay h2{
    position: relative;
    font-size: 24px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.preview-body .img-demo img {
    width: 100%;
    border-radius: 15px;
    -webkit-box-shadow: 0 0 5px rgba(0, 123, 255, 0.38);
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.38);
    -webkit-transition: all 0.5s cubic-bezier(0.34, 1.61, 0.7, 1);
    transition: all 0.5s cubic-bezier(0.34, 1.61, 0.7, 1);
}
.col-lg-8.auth-right.d-lg-flex.d-none.bg-gradient h3{
      
        position: absolute;
        right: 0;
        margin-right: 0.9em;
}
/* -----------------------------------
    3 - Responsive Styles
------------------------------------*/
@media only screen and (max-width: 768px) and (max-width: 576px) {
    .auth-form {
        width: 100%;
        padding: 0 25px;
    }
    .auth-text-top h1{
        font-size: 2rem;
    }
    .auth-text-top small{
        font-size: .75rem;
    }
    .font-s{
        font-size: .9rem;
    }
    .input-otp {
        width: 15% !important;
        height: 15% !important;
    }
}
@media only screen and (max-width: 768px) {
    .auth-form {
        width: 100%;
        padding: 0 10px;
    }
}
@media only screen and (min-width : 768px) and (max-width : 1024px)  {
    .auth-right .heading h3{
        font-size: 48px;
    }
    .auth-text-top h1{
        font-size: 2.5rem;
    }
    .auth-text-top small{
        font-size: .8rem;
    }
    .input-otp {
        width: 15% !important;
        height: 15% !important;
    }
}
@media only screen and (min-width: 768px) {
    .auth-form {
        width: 100%;
        padding: 0 10px;
    }
}
@media (min-width: 896px) and (max-width: 960px) {
    .input-otp {
        width: 15% !important;
        height: 15% !important;
    }
    .auth-form {
        width: 100%;
        padding: 0 25px;
    }
}
