﻿.float-container {
    border: none;
    box-sizing: border-box;
    margin-bottom: 8px;
    padding: 0 8px;
    position: relative;
    width: 100%;
    height: 80px;
}

    .float-container input {
        background-color: transparent;
        border: none;
        font-size: 13px;
        outline: 0;
        padding: 0px;
        width: 100%;
        height: 35px;
        margin-top: 20px;
        border-bottom: 1px solid #3c3e3e;
        color: #3c3e3e;
        padding-left: 10px;
        font-family: 'AvenirLTStd-Book';
        max-width:100%;
        font-weight:600;
    }

    .float-container input:active{
        border-bottom:2px solid #a178c2;
    }
        .float-container input:focus {
            border-bottom: 2px solid #606060;
        }
    .float-container label {
        font-size: 12px;
        position: absolute;
        transform-origin: top left;
        margin: 0px;
        color: #606060;
        font-family: AvenirLTStd-Roman;
        font-weight:600;
    }

    .float-container.active label {
    }

label {
    font-family: 'AvenirLTStd-Roman';
    color: #3c3e3e;
    font-size:13px;
}

.link1 {
    color: red;
}

a {
    color: #3c3e3e;
    text-decoration: none;
    text-align: right;
    font-family: AvenirLTStd-Roman;
    font-size:13px;
}

    a:hover {
        color: #a178c2;
        text-decoration: none;
        font-weight:600;
    }
.fgtpwd a {
    color: #909090;
    text-decoration: none;
    text-align: right;
    font-family: AvenirLTStd-Roman;
    font-size: 11px;
    font-weight:600;
}
.fgtpwd a:hover {
    color: #34b0d6;
    
}
label {
    font-weight: 500;
}


.content1 {
    margin: 0 auto;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.content5 {
   
    height: 100vh;
}

.tile1 {
    height: 33vh;
    padding: 0px;
    width: 50%;
    margin: 0 auto;
    background-color: transparent;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.img1 {
    width: 50%;
    margin: 0 auto;
    display: flex;
}

.content4 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.content5 {
    height: 100vh;
    margin: 0 auto;
}



@keyframes showBottomText {
    0% {
        transform: translate3d(0, -100%, 0);
    }

    100% {
        transform: translate3d(0, 0, 0);
    }
}

.animated-title {
    color: #606060;
    font-family: AvenirLTStd-Book;
    height: 85%;
    left: 15%;
    position: absolute;
    width: 40%;
    top: 60px;
}

    .animated-title > div {
        
        overflow: hidden;
        position: absolute;
        width: 100%;
    }

        .animated-title > div div {
            padding: 2vmin 0;
            position: absolute;
        }

            .animated-title > div div span {
                display: block;
            }

        .animated-title > div.text-top {
            border-bottom: 1px solid #c6916d;
            top: 0;
            height:70%;
        }

            .animated-title > div.text-top div {
            
                bottom: 0;
              
            }


        .animated-title > div.text-bottom {
            bottom: 0;
            height: 30%;
        }

            .animated-title > div.text-bottom div {
                animation: showBottomText 1.0s;
                animation-delay: 0.25s;
                animation-fill-mode: forwards;
                top: 0;
                transform: translate(0, -100%);
            }

.content6 {
    padding: 0px;
    background-image: url('/images/krya5.png');
    background-repeat: repeat;
    height: 100vh;
    opacity: 0.2;
    position: relative;
}

    .content6 .animated-title {
        position: absolute;
        background: rgb(0, 0, 0);
        background: rgba(0, 0, 0, 0);
    }

.btn1 {
    background-color: #34b0d6;
    font-size: 13px;
    border: none;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.2);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    font-family: 'AvenirLTStd-Roman';
    margin: 10px;
    color: white;
    padding-bottom:6px;
    padding-top:6px;
    padding-left:25px;
    padding-right:25px;
}

.btncontainer {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.fntsize1 {
    font-size: 6vmin;
}

@media screen and (device-width: 1366px) and (device-height:1024px) {
    .fntsize1 {
        font-size: 4vmin;
    }

    .animated-title > div.text-top div {
       
        bottom: 0;
      
    }

    .animated-title {
        height: 85%;
        left: 15%;
        position: absolute;
        width: 40%;
        top: 60px;
    }

  
}

@media screen and (max-width:1024px) {
    .fntsize1 {
        font-size: 6vmin;
    }

    .animated-title > div.text-top div {

        bottom: 0;
    }

    .animated-title {

        height: 85%;
        left: 15%;
        position: absolute;
        width: 40%;
        top: 60px;
    }

}
@media screen and (max-width:600px){
    .xs1{
        padding-left:5px;
    }
    .xs2{
        padding:0px;
    }
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px rgba(102, 200, 207,0.1) inset !important;
}
input:-webkit-autofill {
    -webkit-text-fill-color: #3c3e3e !important;
    margin-top:25px;
}

@media screen and (max-width:1024px){
    .animated-title > div.text-bottom {
        bottom: 0;
        height: 38%;
    }
    .animated-title > div.text-top {
        border-bottom: 1px solid #c6916d;
        top: 0;
        height: 60%;
    }
    .fntsize1 {
        font-size: 4vmin;
    }
    .animated-title {
        height: 85%;
        left: 6%;
        position: absolute;
        width: 40%;
        top: 60px;
    }
}
.bg1 {
    background-color: #f4f4fa;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: rgba(102, 200, 207,0.1);
}
.xs3{
    width:55%;
}
.btn1:hover {
    background-color: #5ec1df;
}
@media screen and (max-width:767px){
    .bg1 {
        height: auto;
        padding-top: 10px;
        padding-bottom: 10px;
        background-color:transparent;
    }
    .content5{
        background-color:#edf1f3;
    }
}
@media screen and (min-width:375px) and (min-height:812px) and (max-width:767px){
    .xs3{
        width:65%;
    }
}