.pt30 {
    padding-top: 30px;
}

.pb30 {
    padding-bottom: 30px;
}

.pt40 {
    padding-top: 40px;
}

.pb40 {
    padding-bottom: 40px;
}

.pt60 {
    padding-top: 60px;
}

.pb60 {
    padding-bottom: 60px;
}

.pt70 {
    padding-top: 70px;
}

.pb70 {
    padding-bottom: 70px;
}

.pt130 {
    padding-top: 130px;
}

.pb130 {
    padding-bottom: 130px;
}

.pt150 {
    padding-top: 150px;
}

.pb150 {
    padding-bottom: 150px;
}

.pt180 {
    padding-top: 180px;
}

.pb180 {
    padding-bottom: 180px;
}

.pt200 {
    padding-top: 200px;
}

.pb200 {
    padding-bottom: 200px;
}

.mt10 {
    margin-top: 10px;
}

.mb10 {
    margin-bottom: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mb20 {
    margin-bottom: 20px;
}

.ugf-bg {
    background: url(../images/cloud.jpg) no-repeat center bottom;
    background-size: cover;
    background-attachment: fixed;
}

.ugf-container {
    min-height: 100vh;
    padding: 150px 0 100px;
}

.ugf-container.pt200 {
    padding-top: 200px;
}

.ugf-container.pt300 {
    padding-top: 300px;
}

.content-wrap {
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
}

.content-wrap .alternet-access {
    text-align: center;
    display: none;
}

.content-wrap .alternet-access p {
    color: #546274;
    font-size: 1.4rem;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
}

.content-wrap .alternet-access p a {
    color: #1e85ff;
}

.content-wrap .alternet-payment .btn {
    width: 100%;
    height: 60px;
    border-radius: 30px;
    border: 2px solid rgba(0, 0, 0, 0.1);
    font-size: 1.4rem;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    color: #546274;
    background: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.content-wrap .alternet-payment .btn+.btn {
    margin-top: 25px;
}

.content-wrap .alternet-payment .btn:hover {
    -webkit-box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.05);
}

.content-wrap .alternet-payment .btn img {
    margin-left: 10px;
}

.ugf-main-wrap {
    position: relative;
}

.ugf-main-wrap .ugf-header {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 26px 40px;
}

.ugf-main-wrap .ugf-header .logo,
.ugf-main-wrap .ugf-header .alternet-access,
.ugf-main-wrap .ugf-header .choosen-package {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 260px;
    flex: 0 0 260px;
}

.ugf-main-wrap .ugf-header .steps {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.ugf-main-wrap .ugf-header .steps li {
    position: relative;
    font-size: 1.5rem;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    color: #b2becc;
    margin: 0 25px;
}

.ugf-main-wrap .ugf-header .steps li svg {
    stroke: #b2becc;
    margin-right: 10px;
}

.ugf-main-wrap .ugf-header .steps li.on-process {
    color: #1c2437;
}

.ugf-main-wrap .ugf-header .steps li.on-process svg {
    stroke: #1c2437;
}

.ugf-main-wrap .ugf-header .steps li.complete {
    color: #1c2437;
    font-weight: 700;
}

.ugf-main-wrap .ugf-header .steps li.complete svg {
    stroke: #22d187;
}

.ugf-main-wrap .ugf-header .alternet-access {
    text-align: right;
}

.ugf-main-wrap .ugf-header .alternet-access p {
    color: #546274;
    font-size: 1.4rem;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
}

.ugf-main-wrap .ugf-header .alternet-access p a {
    color: #1e85ff;
}

.ugf-main-wrap .ugf-header .choosen-package p {
    font-size: 1.8rem;
    font-weight: 700;
    color: #546274;
    font-family: "Roboto", sans-serif;
    text-align: right;
}

.ugf-main-wrap .ugf-header .choosen-package p span {
    color: #1e85ff;
}

.ugf-form-block-header {
    text-align: center;
    margin-bottom: 20px;
}

.ugf-form-block-header h1 {
    font-size: 3.0rem;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
    color: #1c2437;
    margin-bottom: 7px;
}

.ugf-form-block-header p {
    font-size: 1.5rem;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    color: #546274;
}

.ugf-form-block-header+.ugf-input-block {
    margin-top: 30px;
}

.ugf-third-party-login {
    width: 100%;
}

.ugf-third-party-login a {
    display: block;
    width: 100%;
    text-align: center;
    border-radius: 30px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 1.4rem;
    font-weight: 700;
    color: #546274;
    line-height: 60px;
    font-family: "Roboto", sans-serif;
    background: #ffffff;
}

.ugf-third-party-login a:hover {
    -webkit-box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.05);
}

.ugf-third-party-login a img {
    margin-right: 10px;
}

.ugf-third-party-login a+a {
    margin-top: 20px;
}

.ugf-block-separator {
    height: 85px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.ugf-block-separator:before {
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    right: 0;
    height: 1px;
    background: rgba(0, 0, 0, 0.1);
    content: '';
    z-index: 1;
}

.ugf-block-separator p {
    text-transform: uppercase;
    font-size: 1.4rem;
    font-weight: 400;
    color: #546274;
    background: #ffffff;
    position: relative;
    z-index: 2;
    padding: 0 15px;
    font-family: "Roboto", sans-serif;
}

.ugf-input-block form {
    text-align: center;
}

.ugf-input-block form.package-form .form-group {
    position: relative;
}

.ugf-input-block form.package-form .form-group:last-child .features .feature-list {
    top: auto;
    bottom: -5px;
}

.ugf-input-block form.package-form .form-group:last-child .features .feature-list:before {
    top: auto;
    bottom: 10px;
}

.ugf-input-block form.package-form .form-group .form-control {
    display: none;
}

.ugf-input-block form.package-form .form-group .form-control:checked~label {
    border-color: rgba(30, 133, 255, 0.5);
}

.ugf-input-block form.package-form .form-group .form-control:checked~label span {
    color: #1e85ff;
}

.ugf-input-block form.package-form .form-group .form-control:checked~label:before {
    background: #1e85ff;
    border-color: transparent;
}

.ugf-input-block form.package-form .form-group .form-control:checked~label:after {
    opacity: 1;
}

.ugf-input-block form.package-form .form-group label {
    margin-bottom: 0;
    width: 100%;
    border: 2px solid rgba(0, 0, 0, 0.1);
    border-radius: 30px;
    height: 60px;
    line-height: 60px;
    padding: 0 25px;
    text-align: left;
    font-size: 1.8rem;
    font-family: "Roboto", sans-serif;
    color: #546274;
    font-weight: 700;
    position: relative;
}

.ugf-input-block form.package-form .form-group label:before {
    position: absolute;
    top: 18px;
    right: 20px;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    border: 2px solid rgba(0, 0, 0, 0.08);
    content: '';
    opacity: 1;
}

.ugf-input-block form.package-form .form-group label:after {
    opacity: 0;
    position: absolute;
    top: 1px;
    right: 21px;
    border-radius: 50%;
    content: url("../images/check-white.svg");
}

.ugf-input-block form.package-form .form-group .features {
    position: absolute;
    top: 18px;
    right: -30px;
}

.ugf-input-block form.package-form .form-group .features:hover .icon svg path {
    fill: #1e85ff;
}

.ugf-input-block form.package-form .form-group .features:hover .feature-list {
    opacity: 1;
    visibility: visible;
}

.ugf-input-block form.package-form .form-group .features .icon svg {
    cursor: pointer;
    height: 18px;
    width: 18px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.ugf-input-block form.package-form .form-group .features .icon svg path {
    fill: #b2becc;
}

.ugf-input-block form.package-form .form-group .features .feature-list {
    visibility: hidden;
    position: absolute;
    top: -5px;
    left: 30px;
    background: #ffffff;
    z-index: 2;
    -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
    padding: 20px;
    border-radius: 5px;
    text-align: left;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 0;
}

.ugf-input-block form.package-form .form-group .features .feature-list:before {
    position: absolute;
    top: 10px;
    left: -8px;
    content: '';
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid #ffffff;
    -webkit-box-shadow: 0px -5px -30px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px -5px -30px 0px rgba(0, 0, 0, 0.1);
}

.ugf-input-block form.package-form .form-group .features .feature-list h3 {
    font-size: 1.6rem;
    font-family: "Roboto", sans-serif;
    color: #1c2437;
    font-weight: 700;
    margin-bottom: 10px;
}

.ugf-input-block form.package-form .form-group .features .feature-list ul {
    padding: 0;
    margin: 0;
    list-style: none;
    min-width: 220px;
}

.ugf-input-block form.package-form .form-group .features .feature-list ul li {
    margin-bottom: 5px;
    padding-left: 23px;
    position: relative;
}

.ugf-input-block form.package-form .form-group .features .feature-list ul li.checked:before {
    content: url(../images/check-green.svg);
}

.ugf-input-block form.package-form .form-group .features .feature-list ul li:before {
    content: url(../images/check-grey.svg);
    top: 3px;
    left: 0;
    position: absolute;
}

.ugf-input-block form.package-form .form-group .features .feature-list ul li:last-child {
    margin-bottom: 0;
}

.ugf-input-block form .form-group {
    margin-bottom: 25px;
}

.ugf-input-block form .form-group .form-control {
    height: 60px;
    border-radius: 30px;
    border: 2px solid #f1f4f7;
    padding: 0 12px;
    background: #f1f4f7;
    font-size: 1.4rem;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #546274;
}


/* .ugf-input-block form  .form-group .form-control .custom-area  {

} */

.ugf-input-block form .form-group .form-control::-webkit-input-placeholder {
    color: #546274;
}

.ugf-input-block form .form-group .form-control::-moz-placeholder {
    color: #546274;
}

.ugf-input-block form .form-group .form-control:-ms-input-placeholder {
    color: #546274;
}

.ugf-input-block form .form-group .form-control:-moz-placeholder {
    color: #546274;
}

.ugf-input-block form .form-group .form-control:focus {
    background: #ffffff;
}

.ugf-input-block form .btn {
    height: 60px;
    width: 100%;
    border-radius: 30px;
    font-size: 1.5rem;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
    color: #ffffff;
    background: #1e85ff;
}

.ugf-input-block form .terms {
    margin-top: 25px;
    text-align: center;
    font-size: 1.3rem;
    color: #546274;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
}

.ugf-input-block form .terms a {
    color: #1e85ff;
}

.ugf-input-block form .forget-pass {
    margin-top: 25px;
    text-align: center;
    font-size: 1.4rem;
    color: #1e85ff;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
}

.final-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
    padding: 120px 0;
    text-align: center;
}

.final-content .icon {
    margin-bottom: 20px;
}

.final-content h2 {
    font-size: 3.6rem;
    font-weight: 700;
    color: #1c2437;
    font-family: "Roboto", sans-serif;
    margin-bottom: 10px;
}

.final-content p {
    font-size: 1.5rem;
    font-weight: 400;
    color: #546274;
    font-family: "Roboto", sans-serif;
}

.final-content .btn {
    margin-top: 30px;
    height: 60px;
    width: 200px;
    text-align: center;
    line-height: 60px;
    padding: 0;
    font-size: 1.5rem;
    font-weight: 700;
    color: #ffffff;
    font-family: "Roboto", sans-serif;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #1e85ff;
    border-radius: 30px;
}

@media all and (max-width: 1400px) {
    .ugf-container.pt300 {
        padding-top: 200px;
    }
}

@media all and (max-width: 1199px) {
    .ugf-main-wrap .ugf-header .steps {
        display: none;
    }
    .ugf-input-block form.package-form .form-group .features .feature-list {
        left: auto;
        right: 30px;
    }
    .ugf-input-block form.package-form .form-group .features .feature-list:before {
        left: auto;
        right: -8px;
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
        border-left: 8px solid #ffffff;
        border-right: 0;
    }
}

@media all and (max-width: 767px) {
    .content-wrap .alternet-access {
        display: block;
        margin-top: 20px;
    }
    .ugf-main-wrap .ugf-header {
        display: block;
        padding: 20px 0;
    }
    .ugf-main-wrap .ugf-header .logo {
        text-align: center;
    }
    .ugf-main-wrap .ugf-header .alternet-access {
        display: none;
    }
    .ugf-main-wrap .ugf-header .choosen-package {
        display: none;
    }
}

@media all and (max-width: 575px) {
    .ugf-form-block-header h1 {
        font-size: 2.8rem;
    }
}

@media all and (max-width: 499px) {
    .ugf-input-block form.package-form .form-group {
        max-width: calc(100% - 15px);
    }
}