.frame {
    height: 575px;
    width: 430px;
    margin-left: auto;
    margin-right: auto;
    border-top: solid 1px rgba(255, 255, 255, .5);
    border-radius: 5px;
    padding: 10px;
    transition: all .5s ease;
}

.frame-long {
    height: 615px;
}

.frame-short {
    height: 400px;
    margin-top: 50px;
    box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.1);
}

.nav {
    width: 100%;
    height: 100px;
    padding-top: 40px;
    opacity: 1;
    transition: all .5s ease;
}

.nav-up {
    transform: translateY(-100px);
    opacity: 0;
}

li {
    padding-left: 10px;
    font-size: 18px;
    display: inline;
    text-align: left;
    text-transform: uppercase;
    padding-right: 10px;
    color: #ffffff;
}

.btn.active {
    color: #000;
    border: none;
}

.signup-inactive.signup-active .btn.active {
    color: #fff;
}

.signin-active a {
    padding-bottom: 10px;
    color: #ffffff;
    text-decoration: none;
    transition: all .25s ease;
    cursor: pointer;
}

.signin-inactive a {
    padding-bottom: 0;
    color: #B1B1B1;
    background-color: #F3F3F3;
    text-decoration: none;
    border-bottom: none;
    cursor: pointer;
}

.signup-active a {
    cursor: pointer;
    color: #ffffff;
    text-decoration: none;
    padding-bottom: 10px;
}

.signup-inactive a {
    cursor: pointer;
    color: #B1B1B1;
    background-color: transparent;
    text-decoration: none;
    transition: all .25s ease;
}

.form-signin {
    width: 430px;
    height: 375px;
    font-size: 16px;
    font-weight: 300;
    padding-left: 19px;
    padding-right: 2px;
    transition: opacity .5s ease, transform .5s ease;
}

.form-signin-left {
    transform: translateX(-400px);
    opacity: .0;
}

.form-signup {
    width: 430px;
    height: 375px;
    font-size: 16px;
    font-weight: 300;
    padding-left: 37px;
    padding-right: 37px;
    padding-top: 55px;
    position: relative;
    top: -375px;
    left: 400px;
    opacity: 0;
    transition: all .5s ease;
    overflow-y: visible !important;
}

.form-signup-left {
    transform: translateX(-399px);
    opacity: 1;
}

.form-signup-down {
    top: 0px;
    opacity: 0;
}

.success {
    width: 80%;
    height: 150px;
    text-align: center;
    position: relative;
    top: -890px;
    left: 450px;
    opacity: .0;
    transition: all .8s .4s ease;
}

.success-left {
    transform: translateX(-406px);
    opacity: 1;
}

.successtext {
    color: #ffffff;
    font-size: 16px;
    font-weight: 300;
    margin-top: -35px;
    padding-left: 37px;
    padding-right: 37px;
}

#check path {
    stroke: #ffffff;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: .85px;
    stroke-dasharray: 60px 300px;
    stroke-dashoffset: -166px;
    fill: rgba(255, 255, 255, .0);
    transition: stroke-dashoffset 2s ease .5s, fill 1.5s ease 1.0s;
}

#check.checked path {
    stroke-dashoffset: 33px;
    fill: rgba(255, 255, 255, .03);
}

.form-signin input,
.form-signup input {
    color: #000;
    font-size: 13px;
    height: 53px;
    padding-right: 10px;
    border: 3px solid #E7E7E7 !important;
}


.form-styling {
    width: 100%;
    height: 35px;
    padding-left: 15px;
    border: none;
    border-radius: 10px;
    margin-bottom: 20px;
    background: rgba(255, 255, 255, .2);
}

label {
    font-weight: 800;
    text-transform: uppercase;
    font-size: 13px;
    text-align: right;
    padding-left: 15px;
    color: #000;
    display: block;
}

:focus {
    outline: none;
}

.btn-signup:hover,
.btn-signup {
    float: left;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13px;
    text-align: center;
    color: #ffffff;
    padding-top: 8px;
    width: 100%;
    height: 35px;
    border: none;
    border-radius: 20px;
    margin-top: 23px;
    background-color: #0B9D76 !important;
}

.btn-signin:hover,
.btn-signin {
    float: left;
    padding-top: 8px;
    width: 100%;
    height: 35px;
    border: none;
    border-radius: 10px;
    margin-top: -8px;
    background: #0B9D76 !important;
    padding: 21px;
    line-height: 0px;
}

.btn-animate {
    float: left;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13px;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    padding-top: 8px;
    width: 100%;
    height: 35px;
    border: none;
    border-radius: 20px;
    margin-top: 23px;
    background-color: rgba(16, 89, 255, 1);
    left: 0px;
    top: 0px;
    transition: all .5s ease, top .5s ease .5s, height .5s ease .5s, background-color .5s ease .75s;
}

a.btn-signup:hover,
a.btn-signin:hover {
    cursor: pointer;
    background-color: #0F4FE6;
    transition: background-color .5s;
}

.forgot {
    height: 100px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-top: 24px;
    margin-top: -535px;
    border-top: solid 1px rgba(255, 255, 255, .3);
    transition: all 0.5s ease;
}

.forgot-left {
    transform: translateX(-400px);
    opacity: 0;
}

.forgot-fade {
    opacity: 0;
}

.forgot a {
    color: rgba(255, 255, 255, .3);
    font-weight: 400;
    font-size: 13px;
    text-decoration: none;
}

.welcome {
    width: 100%;
    height: 50px;
    position: relative;
    color: rgba(35, 43, 85, 0.75);
    opacity: 0;
    transition: transform 1.5s ease .25s, opacity .1s ease 1s;
}

.welcome-left {
    transform: translateY(-780px);
    opacity: 1;
}

.cover-photo {
    height: 150px;
    position: relative;
    left: 0px;
    top: -900px;
    background:
        linear-gradient(rgba(35, 43, 85, 0.75),
            rgba(35, 43, 85, 0.95)),
        url(https://dl.dropboxusercontent.com/u/22006283/preview/codepen/landscape-nature-man-person.jpeg);
    background-size: cover;
    opacity: 0;
    transition: all 1.5s ease 0.55s;
}

.cover-photo-down {
    top: -575px;
    opacity: 1;
}

.profile-photo {
    height: 125px;
    width: 125px;
    position: relative;
    border-radius: 70px;
    left: 155px;
    top: -1000px;
    background: url(https://dl.dropboxusercontent.com/u/22006283/preview/codepen/nature-water-rocks-hiking.jpg);
    background-size: 100% 135%;
    background-position: 100% 100%;
    opacity: 0;
    transition: top 1.5s ease 0.35s, opacity .75s ease .5s;
    border: solid 3px #ffffff;
}

.profile-photo-down {
    top: -636px;
    opacity: 1;
}

h1 {
    color: #ffffff;
    font-size: 35px;
    font-weight: 300;
    text-align: center;
}

.btn-goback {
    position: relative;
    margin-right: auto;
    top: -400px;
    float: left;
    padding: 8px;
    width: 83%;
    margin-left: 37px;
    margin-right: 37px;
    height: 35px;
    border-radius: 20px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13px;
    text-align: center;
    color: #1059FF;
    margin-top: -8px;
    border: solid 1px #1059FF;
    opacity: 0;
    transition: top 1.5s ease 0.35s, opacity .75s ease .5s;
}

.btn-goback-up {
    top: -1080px;
    opacity: 1;
}

a.btn-goback:hover {
    cursor: pointer;
    background-color: #0F4FE6;
    transition: all .5s;
    color: #ffffff;
}

#refresh {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #ffffff;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.1);
    padding: 13px 0 0 13px;
}

.refreshicon {
    fill: #d3d3d3;
    transform: rotate(0deg);
    transition: fill .25s ease, transform .25s ease;
}

.refreshicon:hover {
    cursor: pointer;
    fill: #1059FF;
    transform: rotate(180deg);
}

.bold {
    font-weight: bold;
    font-size: 24px;
}

.bold+p {
    font-size: 14px;
    font-weight: 800;
    color: #9C9C9C !important;
}

.textright {
    text-align: right;
}

.chbox {
    text-align: right;
    clear: both;
}

#checkbox {
    display: inline-block !important;
}

.checkbo {
    height: 25px;
    width: 20px;
    margin-left: 8px;
}

.linkforget {
    display: inline-block;
    float: left;
    font-weight: 600;
    margin-top: 21px !important;
}

.links {
    display: block;
    width: 100%;
    margin: 0px;
    padding: 0px;
    background: #f3f3f3;
    padding: 10px 0px 0px 0px;
    border-radius: 42px;
}

.signin-active a {
    float: right;
    width: 50%;
    margin-right: 5px;
    padding: 10px 1px 19px 5px;
    margin-top: -7px;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    text-align: center;
}

.btn:hover {
    border: none;
}

.signup-inactive.signup-active {
    display: inline-block;
    width: 51% !important;
    margin-right: -39px;
    padding: 0px 1px 12px 1px;
    margin-top: -7px;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
    text-align: center;
    background: #000 !important;
}

.signin-active.signin-inactive {
    width: 0px !important;
}

.form-control.form-select.auto-select-timezone {
    box-shadow: none;
    height: 53px;
}

.frame.frame-long .btn {
    padding-top: 11px;
    background: transparent !important;
}

.frame .signin-active .btn {
    color: #fff;
    background: #000 !important;
}

.signin-active.signin-inactive .btn,
.frame.frame-long .signin-active.signin-inactive .btn {
    background-color: #F3F3F3 !important;
    color: #000 !important;
}


.form-signin input::placeholder,
.form-signup input::placeholder {
    color: #000;
}


.fullname {
    background: url(https://iili.io/JyLd1vs.png) scroll 7px 7px;
    background-position: 7px;
    background-size: 27px 26px;
    background-repeat: no-repeat;
}

.mail {
    background: url(https://iili.io/JyLF18F.png) scroll 7px 7px;
    background-position: 7px;
    background-size: 27px 26px;
    background-repeat: no-repeat;
}

.passwor {
    background: url(https://iili.io/JyLFsFS.png) scroll 7px 7px;
    background-position: 7px;
    background-size: 27px 26px;
    background-repeat: no-repeat;
    cursor: pointer;
}

.selectt {
    background: url(https://iili.io/JyLCWEx.png) scroll 7px 7px;
    background-position: 7px;
    background-size: 27px 26px;
    background-repeat: no-repeat;
}


select.form-control.form-select.auto-select-timezone {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
}

.login {
    padding: 20px 0px 0px 0px;
    overflow: hidden;
}

img[alt="logo img"] {
    width: 100%;
}

@media only screen and (min-width:601px) {
    .heightdestob {
        max-height: 1100px
    }
}

@media only screen and (max-width:600px) {
    .form-signin:not(.form-signin.form-signin-left) {
        margin-bottom: -111%;
    }

    .nagtivemarginmobile {
        margin-top: -90%;
    }

    .form-signup-left {
        transform: translate(-351px, -25px);
    }

    .nav {
        margin-right: -37px;
        padding: 40px 13px 0px 32px;
    }

    .form-signin {
        margin-right: -50px;
        padding: 47px;
    }
}

/********************************************************/
.inputgroup {
    color: #000;
    font-size: 13px;
    height: 50px;
    padding-right: 10px;
    border: 3px solid #E7E7E7 !important;
    border-radius: 8px;
}

.inputgroup .form-control {
    border: none !important;
    box-shadow: none !important;
    padding: 0px;
    height: auto;
}

.selectcountry {
    border: none !important;
    line-height: 33px;
    box-shadow: none !important;
    outline: none !important;
}


@media only screen and (max-width: 575px) {
    .logologin {
        width: 50%;
    }
}


.selectcountry {
    text-align-last: center;
    padding-left: 10px;
    direction: ltr;
}