.sy_createlink .form-group {
    margin-bottom: 25px;
}
.sy_createlink .form-group label {
    display: inline-block;
    width: 200px;
}
.sy_createlink .form-group .input {
    display: inline-block;
    width: 60%;
}

.sy_createlink .form-group.radio .input {
    text-align: center;
}

.sy_createlink .form-group .input input {
    width: 100%;
}
.sy_createlink .form-group input[type="radio"] {
    width: auto;
    border: 0;
}
.sy_createlink .form-group input:focus {
    border-bottom: 1px solid #004f9f;
    outline: 0;
}
.sy_createlink .form-group .input {
    display: inline-block;
    width: 60%;
    margin-left: 15px;
    margin-top: 30px;
}
.sy_createlink .form-group input {
    width: 100%;
    border: 0;
    font-size: 16px;
    border-bottom: 1px solid #cccccc;
}



.sy_createlink .form-group input[type="radio"] {
    padding: 0 0 0 30px;
    background: url(../Img/radio.png) 0 0 no-repeat;
    width: 22px;
    height: 22px;
    vertical-align: middle;
    outline: none;
    margin: 0 0 3px 0;
    border: 0;
}

.sy_createlink .form-group input[type="radio"]:active,
.sy_createlink .form-group input[type="radio"]:focus {
    border: 0;
    margin: 0 0 3px 0;
}

.sy_createlink .form-group input[type="radio"]:checked {
    background: url(../Img/radio_checked.png) 0 0 no-repeat;
    border: 0;
}




.sy_createlink .form-group.submit .input {
    text-align: center;
    margin-top: 0;
}
.sy_createlink .form-group.submit .input input {
    width: auto;
}

.sy_createlink__result {
    width: 100%;
    height: 200px;
    background-color: #f0f0f0;
    border: 1px solid #cccccc;
    border-radius: 10px;
    margin: 20px 0 40px 15px;
    padding: 14px;
}







@media only screen and (max-width: 768px) {
    
    .sy_createlink .form-group .input  {
        width: 100%;
    }
    
    .sy_createlink .form-group .input input  {
        margin: 0;
    }

    .sy_createlink__result {
        margin: 20px 0 40px 0;
    }
}