html,
body {
    margin: 0;
    padding: 0;
}

html,
body {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}

*,
*:before,
*:after {
    box-sizing: border-box;
    outline: none;
}

body {
    background: linear-gradient(to bottom, #639EDB, #0668CF) no-repeat;
    font-family: 'Open Sans', sans-serif;
    background-size: 100%;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

p {
    text-align: center;
    color: #ffffff;
    font-size: 13px;
}

a:hover, a:visited, a:hover, a:link {
    color: rgba(255, 255, 255, 0.6);
}


.register {
    margin: 0 auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
}


.field {
    width: 385px;
    height: 70px;
    position: relative;
    text-align: center;
}

.field input {
    width: 100%;
    border-radius: 6px;
    height: 70px;
    border: 0;
    padding: 10px;
    padding: 20px 0 0 16px;
    font-size: 0;
    background: #1566BB;
    transition: background .3s ease;
    color: #ffffff;
}

.field input:focus {
    background: #065CB7;
    font-size: 23px;
}

.field input:focus::-moz-selection {
    background: rgba(188, 232, 255, 0.5);
}

.field input:focus::selection {
    background: rgba(188, 232, 255, 0.5);
}

.field input.active {
    background: #065CB7;
    font-size: 23px;
}

.field{
    height: 70px;
    position: relative;
}

.field button {
    position: absolute;
    height: 70px;
}

.field button {
    width: 115px;
    background: rgba(0, 0, 0, 0.3);
    right: 0;
    border: 0;
    border-radius: 6px;
    font-size: 22px;
    cursor: pointer;
    transition: width .3s ease, background .3s ease, opacity .3s ease;
    opacity: 0;
    color: #065CB7;
    text-transform: uppercae;
    /*pointer-events: none;*/

    pointer-events: auto;
    color: #ffffff;
    background: #639EDB;

}

.field button.active {
    color: #ffffff;
    background: #639EDB;
    opacity: 1;
}

.field button.active:hover {
    background: #5E99D6;
}

.field button.full {
    width: 100%;
}

.field input:focus + label {
    font-size: 13px;
    -webkit-transform: translate(16px, 11px);
                    transform: translate(16px, 11px);
    color: rgba(255, 255, 255, 0.7);
    opacity: 1;
}

.field label {
    position: absolute;
    color: white;
    -webkit-transform: translate(16px, 20px);
                    transform: translate(16px, 20px);
    transition: font-size .3s ease, color .3s .1s ease, -webkit-transform .3s ease;
    transition: transform .3s ease, font-size .3s ease, color .3s .1s ease;
    transition: transform .3s ease, font-size .3s ease, color .3s .1s ease, -webkit-transform .3s ease;
    font-size: 20px;
    opacity: 0;
}

.field label.active {
    font-size: 13px;
    -webkit-transform: translate(16px, 11px);
                    transform: translate(16px, 11px);
    color: rgba(255, 255, 255, 0.7);
}

.field input:focus + label + button {
    opacity: 1;
}

.box-logo{
    text-align: center;
    margin-bottom: 40px;
    margin-top: 50px;
}

.box-logo img{
    max-width: 300px;
}

.box-icons{
    margin-top: 30px;
}

.box-icons a{
    margin-right: 20px;
}

/*** footer ***/

.footer {
    /*background-color: #070617;*/
    background: transparent;
	margin-top: 30px;
    border-top: 1px solid rgba(255,255,255,.1);
    padding-bottom: 20px;
}

.footer .col {
    padding: 0 20px;
}

.footer .col h1 {
    margin: 0;
    padding: 0;
    font-family: inherit;
    font-size: 12px;
    line-height: 17px;
    padding: 20px 0px 5px 0px;
    color: rgba(255, 255, 255, 0.2);
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 0.250em;
}

.footer .col ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.footer .col ul li {
    color: #fff;
    font-size: 14px;
    font-family: inherit;
    font-weight: bold;
    padding: 0px 0px 5px 0px;
    cursor: pointer;
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
}

.footer .col ul li a{
    color: #fff;
    text-decoration: none;
    border-bottom: 1px dotted rgba(255,255,255,.5)
}

.col.social{
    margin-top: 15px;
    text-align: right;
}

.social ul li {
    display: inline-block;
    padding-right: 5px !important;
}

.footer .social ul li a{
    border-bottom: 0;
}

.footer .col ul li:hover {
    color: #ffffff;
    transition: .1s;
    -webkit-transition: .1s;
    -moz-transition: .1s;
}

.clearfix {
    clear: both;
}

@media only screen and (min-width: 1280px) {
    .footer{
        margin-top: 200px;
    }
}

@media only screen and (max-width: 1139px) {

    .social h1 {
        margin: 0px;
    }

}

@media only screen and (max-width: 950px) {

    .footer .col h1 {
        font-size: 14px;
    }

    .footer .col ul li {
        font-size: 13px;
    }

}

@media only screen and (max-width: 500px) {
    .footer .col {
    }

    .footer .col h1 {
        font-size: 14px;
    }

    .footer .col ul li {
        font-size: 13px;
    }

    .field button {
        width: 55px;
    }

    .box-logo {
        margin-top: 20px;
    }

    .col.social{
        margin-top: 20px;
        text-align: left;
    }

}

@media only screen and (max-width: 340px) {
    .footer .col {
    }

}

/*** custom ***/

.swal-button:focus{
    box-shadow: none !important;
}

.swal-footer {
    text-align: center;
}

.container-cta{
    text-align: center;
}

.cta{
    background: #FFF;
    border-radius: 4px;
    white-space: normal;
    padding: 10px 20px;
    margin: 20px;
}

ul#iggal {
    margin-top: 25px;
}

ul#iggal li{
    width: 150px;
    height: 150px;
    list-style: none;
    display: inline-block;
    overflow: hidden;
    border-right: 2px solid #FFF;
}

ul#iggal li img{
}
